pub struct NumBlocks { /* private fields */ }
Implementations§
Source§impl NumBlocks
impl NumBlocks
pub fn device_size(&self) -> u32
pub fn multiplier(&self) -> u16
Trait Implementations§
impl Copy for NumBlocks
Auto Trait Implementations§
impl Freeze for NumBlocks
impl RefUnwindSafe for NumBlocks
impl Send for NumBlocks
impl Sync for NumBlocks
impl Unpin for NumBlocks
impl UnwindSafe for NumBlocks
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