pub struct Epin { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Epin
impl Epin
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn maxcnt(self) -> Reg<EpinMaxcnt, RW>
pub const fn maxcnt(self) -> Reg<EpinMaxcnt, RW>
Description cluster: Maximum number of bytes to transfer
Sourcepub const fn amount(self) -> Reg<EpinAmount, R>
pub const fn amount(self) -> Reg<EpinAmount, R>
Description cluster: Number of bytes transferred in the last transaction
Trait Implementations§
impl Copy for Epin
impl Eq for Epin
impl Send for Epin
impl StructuralPartialEq for Epin
impl Sync for Epin
Auto Trait Implementations§
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