Enum Fb
#[repr(u8)]pub enum Fb {
Variable = 0,
Fixed = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Fb
impl Eq for Fb
§impl Ord for Fb
impl Ord for Fb
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Fb
impl PartialOrd for Fb
impl StructuralPartialEq for Fb
Auto Trait Implementations§
impl Freeze for Fb
impl RefUnwindSafe for Fb
impl Send for Fb
impl Sync for Fb
impl Unpin for Fb
impl UnsafeUnpin for Fb
impl UnwindSafe for Fb
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