#[repr(u8)]pub enum VrefRst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for VrefRst
impl Ord for VrefRst
Source§impl PartialOrd for VrefRst
impl PartialOrd for VrefRst
impl Copy for VrefRst
impl Eq for VrefRst
impl StructuralPartialEq for VrefRst
Auto Trait Implementations§
impl Freeze for VrefRst
impl RefUnwindSafe for VrefRst
impl Send for VrefRst
impl Sync for VrefRst
impl Unpin for VrefRst
impl UnwindSafe for VrefRst
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