#[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: BYTE
Trait 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 copy 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 moreSource§impl Ord for STORAGE_BREAK_RESERVATION_REQUEST
impl Ord for STORAGE_BREAK_RESERVATION_REQUEST
Source§fn cmp(&self, other: &STORAGE_BREAK_RESERVATION_REQUEST) -> Ordering
fn cmp(&self, other: &STORAGE_BREAK_RESERVATION_REQUEST) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for STORAGE_BREAK_RESERVATION_REQUEST
impl PartialEq for STORAGE_BREAK_RESERVATION_REQUEST
Source§fn eq(&self, other: &STORAGE_BREAK_RESERVATION_REQUEST) -> bool
fn eq(&self, other: &STORAGE_BREAK_RESERVATION_REQUEST) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for STORAGE_BREAK_RESERVATION_REQUEST
impl PartialOrd for STORAGE_BREAK_RESERVATION_REQUEST
impl Copy for STORAGE_BREAK_RESERVATION_REQUEST
impl Eq for STORAGE_BREAK_RESERVATION_REQUEST
impl StructuralPartialEq 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