#[repr(C)]pub struct _STORAGE_OPERATIONAL_REASON {
pub Version: DWORD,
pub Size: DWORD,
pub Reason: STORAGE_OPERATIONAL_STATUS_REASON,
pub RawBytes: _STORAGE_OPERATIONAL_REASON__bindgen_ty_1,
}
Fields§
§Version: DWORD
§Size: DWORD
§Reason: STORAGE_OPERATIONAL_STATUS_REASON
§RawBytes: _STORAGE_OPERATIONAL_REASON__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _STORAGE_OPERATIONAL_REASON
impl Clone for _STORAGE_OPERATIONAL_REASON
Source§fn clone(&self) -> _STORAGE_OPERATIONAL_REASON
fn clone(&self) -> _STORAGE_OPERATIONAL_REASON
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_OPERATIONAL_REASON
Auto Trait Implementations§
impl Freeze for _STORAGE_OPERATIONAL_REASON
impl RefUnwindSafe for _STORAGE_OPERATIONAL_REASON
impl Send for _STORAGE_OPERATIONAL_REASON
impl Sync for _STORAGE_OPERATIONAL_REASON
impl Unpin for _STORAGE_OPERATIONAL_REASON
impl UnwindSafe for _STORAGE_OPERATIONAL_REASON
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