#[repr(C)]pub struct Opcode(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Opcode
impl Opcode
pub fn transfer_controller_to_host(&self) -> bool
pub fn transfer_host_to_controller(&self) -> bool
Auto Trait Implementations§
impl Freeze for Opcode
impl RefUnwindSafe for Opcode
impl Send for Opcode
impl Sync for Opcode
impl Unpin for Opcode
impl UnwindSafe for Opcode
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