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