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