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