#[repr(C)]pub struct STORAGE_BREAK_RESERVATION_REQUEST {
pub Length: DWORD,
pub _unused: BYTE,
pub PathId: BYTE,
pub TargetId: BYTE,
pub Lun: BYTE,
}Fields§
§Length: DWORD§_unused: BYTE§PathId: BYTE§TargetId: BYTE§Lun: BYTETrait Implementations§
Source§impl Clone for STORAGE_BREAK_RESERVATION_REQUEST
impl Clone for STORAGE_BREAK_RESERVATION_REQUEST
Source§fn clone(&self) -> STORAGE_BREAK_RESERVATION_REQUEST
fn clone(&self) -> STORAGE_BREAK_RESERVATION_REQUEST
Returns a duplicate 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 moreimpl Copy for STORAGE_BREAK_RESERVATION_REQUEST
Auto Trait Implementations§
impl Freeze for STORAGE_BREAK_RESERVATION_REQUEST
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§
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