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