#[repr(transparent)]pub struct Doeptsiz15(pub u32);Expand description
Device OUT Endpoint Transfer Size Register
Tuple Fields§
§0: u32Implementations§
Source§impl Doeptsiz15
impl Doeptsiz15
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) -> Doeptsiz15Rxdpid
pub const fn rxdpid(&self) -> Doeptsiz15Rxdpid
RxDPID
Sourcepub const fn set_rxdpid(&mut self, val: Doeptsiz15Rxdpid)
pub const fn set_rxdpid(&mut self, val: Doeptsiz15Rxdpid)
RxDPID
Trait Implementations§
Source§impl Clone for Doeptsiz15
impl Clone for Doeptsiz15
Source§fn clone(&self) -> Doeptsiz15
fn clone(&self) -> Doeptsiz15
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Doeptsiz15
impl Debug for Doeptsiz15
Source§impl Default for Doeptsiz15
impl Default for Doeptsiz15
Source§fn default() -> Doeptsiz15
fn default() -> Doeptsiz15
Returns the “default value” for a type. Read more
Source§impl PartialEq for Doeptsiz15
impl PartialEq for Doeptsiz15
impl Copy for Doeptsiz15
impl Eq for Doeptsiz15
impl StructuralPartialEq for Doeptsiz15
Auto Trait Implementations§
impl Freeze for Doeptsiz15
impl RefUnwindSafe for Doeptsiz15
impl Send for Doeptsiz15
impl Sync for Doeptsiz15
impl Unpin for Doeptsiz15
impl UnwindSafe for Doeptsiz15
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)