#[repr(transparent)]pub struct Tsiz(pub u32);Expand description
Description cluster: Host Channel Transfer Size Register
Tuple Fields§
§0: u32Implementations§
Source§impl Tsiz
impl Tsiz
Sourcepub const fn set_xfersize(&mut self, val: u32)
pub const fn set_xfersize(&mut self, val: u32)
Non-Scatter/Gather DMA Mode:
Sourcepub const fn set_pktcnt(&mut self, val: u16)
pub const fn set_pktcnt(&mut self, val: u16)
Non-Scatter/Gather DMA Mode:
Trait Implementations§
impl Copy for Tsiz
impl Eq for Tsiz
impl StructuralPartialEq for Tsiz
Auto Trait Implementations§
impl Freeze for Tsiz
impl RefUnwindSafe for Tsiz
impl Send for Tsiz
impl Sync for Tsiz
impl Unpin for Tsiz
impl UnwindSafe for Tsiz
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)