#[repr(u8)]pub enum Plt {
PT4 = 0,
PT28 = 1,
PT36 = 2,
PT144 = 3,
PT256 = 4,
PT512 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
PT4 = 0
Pause Time minus 4 Slot Times (PT -4 slot times)
PT28 = 1
Pause Time minus 28 Slot Times (PT -28 slot times)
PT36 = 2
Pause Time minus 36 Slot Times (PT -36 slot times)
PT144 = 3
Pause Time minus 144 Slot Times (PT -144 slot times)
PT256 = 4
Pause Time minus 256 Slot Times (PT -256 slot times)
PT512 = 5
Pause Time minus 512 Slot Times (PT -512 slot times)
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Plt
impl Ord for Plt
Source§impl PartialOrd for Plt
impl PartialOrd for Plt
impl Copy for Plt
impl Eq 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 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