pub enum MtCommandType {
POLL = 0,
SREQ = 32,
AREQ = 64,
SRSP = 96,
}
Variants§
Auto Trait Implementations§
impl Freeze for MtCommandType
impl RefUnwindSafe for MtCommandType
impl Send for MtCommandType
impl Sync for MtCommandType
impl Unpin for MtCommandType
impl UnwindSafe for MtCommandType
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