#[repr(transparent)]pub struct CmdXfrTyp(pub u32);Expand description
Command Transfer Type
Tuple Fields§
§0: u32Implementations§
Source§impl CmdXfrTyp
impl CmdXfrTyp
Sourcepub const fn set_rsptyp(&mut self, val: Rsptyp)
pub const fn set_rsptyp(&mut self, val: Rsptyp)
Response type select
Sourcepub const fn set_cmdtyp(&mut self, val: Cmdtyp)
pub const fn set_cmdtyp(&mut self, val: Cmdtyp)
Command type
Sourcepub const fn set_cmdinx(&mut self, val: u8)
pub const fn set_cmdinx(&mut self, val: u8)
Command index
Trait Implementations§
impl Copy for CmdXfrTyp
impl Eq for CmdXfrTyp
impl StructuralPartialEq for CmdXfrTyp
Auto Trait Implementations§
impl Freeze for CmdXfrTyp
impl RefUnwindSafe for CmdXfrTyp
impl Send for CmdXfrTyp
impl Sync for CmdXfrTyp
impl Unpin for CmdXfrTyp
impl UnwindSafe for CmdXfrTyp
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