#[repr(u8)]pub enum ATAOtherCommands {
PacketB = 160,
ServiceB = 162,
}
Expand description
B - byte, W - word
Variants§
Auto Trait Implementations§
impl Freeze for ATAOtherCommands
impl RefUnwindSafe for ATAOtherCommands
impl Send for ATAOtherCommands
impl Sync for ATAOtherCommands
impl Unpin for ATAOtherCommands
impl UnwindSafe for ATAOtherCommands
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