Enum Plt
#[repr(u8)]pub enum Plt {
Plt4 = 0,
Plt28 = 1,
Plt144 = 2,
Plt256 = 3,
}Variants§
Plt4 = 0
Pause time minus 4 slot times
Plt28 = 1
Pause time minus 28 slot times
Plt144 = 2
Pause time minus 144 slot times
Plt256 = 3
Pause time minus 256 slot times
Implementations§
Trait Implementations§
impl Copy for Plt
impl Eq for Plt
§impl Ord for Plt
impl Ord for Plt
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 Plt
impl PartialOrd for Plt
impl StructuralPartialEq for Plt
Auto Trait Implementations§
impl Freeze for Plt
impl RefUnwindSafe for Plt
impl Send for Plt
impl Sync for Plt
impl Unpin for Plt
impl UnsafeUnpin for Plt
impl UnwindSafe for Plt
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