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