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