Struct windows_sys::Win32::System::Ioctl::DEVICE_STORAGE_ADDRESS_RANGE
[−]#[repr(C)]pub struct DEVICE_STORAGE_ADDRESS_RANGE {
pub StartAddress: i64,
pub LengthInBytes: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
StartAddress: i64
LengthInBytes: u64
Trait Implementations
impl Clone for DEVICE_STORAGE_ADDRESS_RANGE
impl Clone for DEVICE_STORAGE_ADDRESS_RANGE
impl Copy for DEVICE_STORAGE_ADDRESS_RANGE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more