pub struct Cmd20 {
pub arg: u32,
}Expand description
CMD20 — SPEED_CLASS_CONTROL
Fields§
§arg: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cmd20
impl RefUnwindSafe for Cmd20
impl Send for Cmd20
impl Sync for Cmd20
impl Unpin for Cmd20
impl UnsafeUnpin for Cmd20
impl UnwindSafe for Cmd20
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