Struct windows_sys::Win32::Storage::Nvme::UNSUPPORTED_REQUIREMENT
#[repr(C)]pub struct UNSUPPORTED_REQUIREMENT {
pub ReqId: [u8; 16],
}
Fields§
§ReqId: [u8; 16]
Trait Implementations§
§impl Clone for UNSUPPORTED_REQUIREMENT
impl Clone for UNSUPPORTED_REQUIREMENT
impl Copy for UNSUPPORTED_REQUIREMENT
Auto Trait Implementations§
impl RefUnwindSafe for UNSUPPORTED_REQUIREMENT
impl Send for UNSUPPORTED_REQUIREMENT
impl Sync for UNSUPPORTED_REQUIREMENT
impl Unpin for UNSUPPORTED_REQUIREMENT
impl UnwindSafe for UNSUPPORTED_REQUIREMENT
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