#[repr(C)]pub struct _DEVICE_STORAGE_ADDRESS_RANGE {
pub StartAddress: LONGLONG,
pub LengthInBytes: DWORDLONG,
}
Fields§
§StartAddress: LONGLONG
§LengthInBytes: DWORDLONG
Trait Implementations§
Source§impl Clone for _DEVICE_STORAGE_ADDRESS_RANGE
impl Clone for _DEVICE_STORAGE_ADDRESS_RANGE
Source§fn clone(&self) -> _DEVICE_STORAGE_ADDRESS_RANGE
fn clone(&self) -> _DEVICE_STORAGE_ADDRESS_RANGE
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 Ord for _DEVICE_STORAGE_ADDRESS_RANGE
impl Ord for _DEVICE_STORAGE_ADDRESS_RANGE
Source§fn cmp(&self, other: &_DEVICE_STORAGE_ADDRESS_RANGE) -> Ordering
fn cmp(&self, other: &_DEVICE_STORAGE_ADDRESS_RANGE) -> 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 _DEVICE_STORAGE_ADDRESS_RANGE
impl PartialEq for _DEVICE_STORAGE_ADDRESS_RANGE
Source§fn eq(&self, other: &_DEVICE_STORAGE_ADDRESS_RANGE) -> bool
fn eq(&self, other: &_DEVICE_STORAGE_ADDRESS_RANGE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _DEVICE_STORAGE_ADDRESS_RANGE
impl PartialOrd for _DEVICE_STORAGE_ADDRESS_RANGE
impl Copy for _DEVICE_STORAGE_ADDRESS_RANGE
impl Eq for _DEVICE_STORAGE_ADDRESS_RANGE
impl StructuralPartialEq for _DEVICE_STORAGE_ADDRESS_RANGE
Auto Trait Implementations§
impl Freeze for _DEVICE_STORAGE_ADDRESS_RANGE
impl RefUnwindSafe for _DEVICE_STORAGE_ADDRESS_RANGE
impl Send for _DEVICE_STORAGE_ADDRESS_RANGE
impl Sync for _DEVICE_STORAGE_ADDRESS_RANGE
impl Unpin for _DEVICE_STORAGE_ADDRESS_RANGE
impl UnwindSafe for _DEVICE_STORAGE_ADDRESS_RANGE
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