Struct windows_sys::Win32::Storage::IscsiDisc::MP_DEVICE_DATA_SET_RANGE
[−]Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
StartingOffset: i64
LengthInBytes: u64
Trait Implementations
impl Clone for MP_DEVICE_DATA_SET_RANGE
impl Clone for MP_DEVICE_DATA_SET_RANGE
impl Copy for MP_DEVICE_DATA_SET_RANGE
Auto Trait Implementations
impl RefUnwindSafe for MP_DEVICE_DATA_SET_RANGE
impl Send for MP_DEVICE_DATA_SET_RANGE
impl Sync for MP_DEVICE_DATA_SET_RANGE
impl Unpin for MP_DEVICE_DATA_SET_RANGE
impl UnwindSafe for MP_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