#[repr(C)]pub struct deviceSector {
pub sectorNum: u32,
pub sectorSize: u32,
}
Expand description
\struct deviceSector \brief Get device sectors basic informations.
Fields§
§sectorNum: u32
< Number of Sectors.
sectorSize: u32
< Sector Size in BYTEs.
Trait Implementations§
Source§impl Clone for deviceSector
impl Clone for deviceSector
Source§fn clone(&self) -> deviceSector
fn clone(&self) -> deviceSector
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 moreSource§impl Debug for deviceSector
impl Debug for deviceSector
impl Copy for deviceSector
Auto Trait Implementations§
impl Freeze for deviceSector
impl RefUnwindSafe for deviceSector
impl Send for deviceSector
impl Sync for deviceSector
impl Unpin for deviceSector
impl UnwindSafe for deviceSector
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