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