#[repr(u8)]pub enum Biasc {
DEF = 0,
INC = 1,
DEC = 2,
FUR_DEC = 3,
}Variants§
DEF = 0
Default
INC = 1
Increase current
DEC = 2
Decrease current
FUR_DEC = 3
Further decrease current
Implementations§
Trait Implementations§
Source§impl Ord for Biasc
impl Ord for Biasc
Source§impl PartialOrd for Biasc
impl PartialOrd for Biasc
impl Copy for Biasc
impl Eq for Biasc
impl StructuralPartialEq for Biasc
Auto Trait Implementations§
impl Freeze for Biasc
impl RefUnwindSafe for Biasc
impl Send for Biasc
impl Sync for Biasc
impl Unpin for Biasc
impl UnwindSafe for Biasc
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