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