#[repr(C)]pub struct STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub BytesPerCacheLine: u32,
pub BytesOffsetForCacheAlignment: u32,
pub BytesPerLogicalSector: u32,
pub BytesPerPhysicalSector: u32,
pub BytesOffsetForSectorAlignment: u32,
}Fields§
§Version: u32§Size: u32§BytesPerCacheLine: u32§BytesOffsetForCacheAlignment: u32§BytesPerLogicalSector: u32§BytesPerPhysicalSector: u32§BytesOffsetForSectorAlignment: u32Trait Implementations§
Source§impl Abi for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl Abi for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
Source§type Abi = STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
type Abi = STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl Clone for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
Source§fn clone(&self) -> STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
fn clone(&self) -> STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl Eq for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl RefUnwindSafe for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl Send for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl Sync for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl Unpin for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl UnsafeUnpin for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
impl UnwindSafe for STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR
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