Struct stm32_metapac::usb::regs::Btable
#[repr(transparent)]pub struct Btable(pub u32);
Expand description
Buffer table address
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Btable
impl Eq for Btable
impl StructuralPartialEq for Btable
Auto Trait Implementations§
impl Freeze for Btable
impl RefUnwindSafe for Btable
impl Send for Btable
impl Sync for Btable
impl Unpin for Btable
impl UnwindSafe for Btable
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