#[repr(transparent)]pub struct P3datain(pub u32);Expand description
Port Data Input
Tuple Fields§
§0: u32Implementations§
Source§impl P3datain
impl P3datain
Sourcepub const fn set_data_len(&mut self, val: u8)
pub const fn set_data_len(&mut self, val: u8)
Data Length
Sourcepub const fn dir(&self) -> P3datainDir
pub const fn dir(&self) -> P3datainDir
Direction of last access
Sourcepub const fn set_dir(&mut self, val: P3datainDir)
pub const fn set_dir(&mut self, val: P3datainDir)
Direction of last access
Trait Implementations§
impl Copy for P3datain
impl Eq for P3datain
impl StructuralPartialEq for P3datain
Auto Trait Implementations§
impl Freeze for P3datain
impl RefUnwindSafe for P3datain
impl Send for P3datain
impl Sync for P3datain
impl Unpin for P3datain
impl UnwindSafe for P3datain
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