#[repr(u8)]pub enum Prtspd {
HIGHSPD = 0,
FULLSPD = 1,
LOWSPD = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Prtspd
impl Ord for Prtspd
Source§impl PartialOrd for Prtspd
impl PartialOrd for Prtspd
impl Copy for Prtspd
impl Eq for Prtspd
impl StructuralPartialEq for Prtspd
Auto Trait Implementations§
impl Freeze for Prtspd
impl RefUnwindSafe for Prtspd
impl Send for Prtspd
impl Sync for Prtspd
impl Unpin for Prtspd
impl UnwindSafe for Prtspd
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)