#[repr(transparent)]pub struct Epbufcfg(pub u32);Expand description
USB Endpoint Buffer Configuration register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Epbufcfg
impl Eq for Epbufcfg
impl StructuralPartialEq for Epbufcfg
Auto Trait Implementations§
impl Freeze for Epbufcfg
impl RefUnwindSafe for Epbufcfg
impl Send for Epbufcfg
impl Sync for Epbufcfg
impl Unpin for Epbufcfg
impl UnwindSafe for Epbufcfg
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