Struct windows_sys::Win32::System::Ioctl::DEVICE_DATA_SET_RANGE
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
StartingOffset: i64
LengthInBytes: u64
Trait Implementations
impl Clone for DEVICE_DATA_SET_RANGE
impl Clone for DEVICE_DATA_SET_RANGE
impl Copy for DEVICE_DATA_SET_RANGE
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DATA_SET_RANGE
impl Send for DEVICE_DATA_SET_RANGE
impl Sync for DEVICE_DATA_SET_RANGE
impl Unpin for DEVICE_DATA_SET_RANGE
impl UnwindSafe for DEVICE_DATA_SET_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