pub enum SectorSize {
Size4KB,
Size32KB,
Size64KB,
Size256KB,
}
Expand description
Sector size
Variants§
Trait Implementations§
Source§impl Clone for SectorSize
impl Clone for SectorSize
Source§fn clone(&self) -> SectorSize
fn clone(&self) -> SectorSize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SectorSize
Auto Trait Implementations§
impl Freeze for SectorSize
impl RefUnwindSafe for SectorSize
impl Send for SectorSize
impl Sync for SectorSize
impl Unpin for SectorSize
impl UnwindSafe for SectorSize
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