#[repr(C)]pub struct _STORAGE_TIER_REGION {
pub TierId: GUID,
pub Offset: DWORDLONG,
pub Length: DWORDLONG,
}
Fields§
§TierId: GUID
§Offset: DWORDLONG
§Length: DWORDLONG
Trait Implementations§
Source§impl Clone for _STORAGE_TIER_REGION
impl Clone for _STORAGE_TIER_REGION
Source§fn clone(&self) -> _STORAGE_TIER_REGION
fn clone(&self) -> _STORAGE_TIER_REGION
Returns a copy 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 _STORAGE_TIER_REGION
impl Debug for _STORAGE_TIER_REGION
Source§impl Ord for _STORAGE_TIER_REGION
impl Ord for _STORAGE_TIER_REGION
Source§fn cmp(&self, other: &_STORAGE_TIER_REGION) -> Ordering
fn cmp(&self, other: &_STORAGE_TIER_REGION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _STORAGE_TIER_REGION
impl PartialEq for _STORAGE_TIER_REGION
Source§impl PartialOrd for _STORAGE_TIER_REGION
impl PartialOrd for _STORAGE_TIER_REGION
impl Copy for _STORAGE_TIER_REGION
impl Eq for _STORAGE_TIER_REGION
impl StructuralPartialEq for _STORAGE_TIER_REGION
Auto Trait Implementations§
impl Freeze for _STORAGE_TIER_REGION
impl RefUnwindSafe for _STORAGE_TIER_REGION
impl Send for _STORAGE_TIER_REGION
impl Sync for _STORAGE_TIER_REGION
impl Unpin for _STORAGE_TIER_REGION
impl UnwindSafe for _STORAGE_TIER_REGION
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