#[repr(transparent)]pub struct Doeptsiz5(pub u32);Expand description
Device OUT Endpoint Transfer Size Register
Tuple Fields§
§0: u32Implementations§
Source§impl Doeptsiz5
impl Doeptsiz5
Sourcepub const fn set_xfersize(&mut self, val: u32)
pub const fn set_xfersize(&mut self, val: u32)
Transfer Size (XferSize)
Sourcepub const fn set_pktcnt(&mut self, val: u16)
pub const fn set_pktcnt(&mut self, val: u16)
Packet Count (PktCnt)
Sourcepub const fn rxdpid(&self) -> Doeptsiz5Rxdpid
pub const fn rxdpid(&self) -> Doeptsiz5Rxdpid
RxDPID
Sourcepub const fn set_rxdpid(&mut self, val: Doeptsiz5Rxdpid)
pub const fn set_rxdpid(&mut self, val: Doeptsiz5Rxdpid)
RxDPID
Trait Implementations§
impl Copy for Doeptsiz5
impl Eq for Doeptsiz5
impl StructuralPartialEq for Doeptsiz5
Auto Trait Implementations§
impl Freeze for Doeptsiz5
impl RefUnwindSafe for Doeptsiz5
impl Send for Doeptsiz5
impl Sync for Doeptsiz5
impl Unpin for Doeptsiz5
impl UnwindSafe for Doeptsiz5
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)