Enum Vps
pub enum Vps {
_0 = 0,
_1 = 1,
}Expand description
Valid Priority Status
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Vps
impl Eq for Vps
impl StructuralPartialEq for Vps
Auto Trait Implementations§
impl Freeze for Vps
impl RefUnwindSafe for Vps
impl Send for Vps
impl Sync for Vps
impl Unpin for Vps
impl UnwindSafe for Vps
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more