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