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