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