#[repr(C)]pub struct STORAGE_BREAK_RESERVATION_REQUEST {
pub Length: u32,
pub _unused: u8,
pub PathId: u8,
pub TargetId: u8,
pub Lun: u8,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Length: u32
_unused: u8
PathId: u8
TargetId: u8
Lun: u8
Trait Implementations
impl Clone for STORAGE_BREAK_RESERVATION_REQUEST
impl Clone for STORAGE_BREAK_RESERVATION_REQUEST
impl Copy for STORAGE_BREAK_RESERVATION_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_BREAK_RESERVATION_REQUEST
impl Send for STORAGE_BREAK_RESERVATION_REQUEST
impl Sync for STORAGE_BREAK_RESERVATION_REQUEST
impl Unpin for STORAGE_BREAK_RESERVATION_REQUEST
impl UnwindSafe for STORAGE_BREAK_RESERVATION_REQUEST
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