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