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