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