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