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