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