#[repr(u32)]pub enum BinaryPV {
Inactive = 0,
Active = 1,
}Expand description
Binary values enumeration
Variants§
Trait Implementations§
impl Copy for BinaryPV
impl Eq for BinaryPV
impl StructuralPartialEq for BinaryPV
Auto Trait Implementations§
impl Freeze for BinaryPV
impl RefUnwindSafe for BinaryPV
impl Send for BinaryPV
impl Sync for BinaryPV
impl Unpin for BinaryPV
impl UnsafeUnpin for BinaryPV
impl UnwindSafe for BinaryPV
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