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