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