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