#[repr(C)]pub struct _STORAGE_DEVICE_LOCATION_DESCRIPTOR {
pub Version: DWORD,
pub Size: DWORD,
pub Location: DEVICE_LOCATION,
pub StringOffset: DWORD,
}
Fields§
§Version: DWORD
§Size: DWORD
§Location: DEVICE_LOCATION
§StringOffset: DWORD
Trait Implementations§
Source§impl Clone for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
impl Clone for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
Source§fn clone(&self) -> _STORAGE_DEVICE_LOCATION_DESCRIPTOR
fn clone(&self) -> _STORAGE_DEVICE_LOCATION_DESCRIPTOR
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 moreimpl Copy for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
impl RefUnwindSafe for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
impl Send for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
impl Sync for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
impl Unpin for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
impl UnwindSafe for _STORAGE_DEVICE_LOCATION_DESCRIPTOR
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