#[repr(transparent)]pub struct Dieptsiz0(pub u32);Expand description
Device IN Endpoint 0 Transfer Size Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Dieptsiz0
impl Eq for Dieptsiz0
impl StructuralPartialEq for Dieptsiz0
Auto Trait Implementations§
impl Freeze for Dieptsiz0
impl RefUnwindSafe for Dieptsiz0
impl Send for Dieptsiz0
impl Sync for Dieptsiz0
impl Unpin for Dieptsiz0
impl UnwindSafe for Dieptsiz0
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)