#[repr(transparent)]pub struct Mrbr(pub u32);Expand description
Maximum Receive Buffer Size Register - Ring 0
Tuple Fields§
§0: u32Implementations§
Source§impl Mrbr
impl Mrbr
Sourcepub const fn r_buf_size(&self) -> u16
pub const fn r_buf_size(&self) -> u16
Receive buffer size in bytes
Sourcepub const fn set_r_buf_size(&mut self, val: u16)
pub const fn set_r_buf_size(&mut self, val: u16)
Receive buffer size in bytes
Trait Implementations§
impl Copy for Mrbr
impl Eq for Mrbr
impl StructuralPartialEq for Mrbr
Auto Trait Implementations§
impl Freeze for Mrbr
impl RefUnwindSafe for Mrbr
impl Send for Mrbr
impl Sync for Mrbr
impl Unpin for Mrbr
impl UnwindSafe for Mrbr
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