#[repr(C)]pub struct NV_SEP_CACHE_PARAMETER_0_0 {
pub _bitfield: u8,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
_bitfield: u8
Trait Implementations
impl Clone for NV_SEP_CACHE_PARAMETER_0_0
impl Clone for NV_SEP_CACHE_PARAMETER_0_0
impl Copy for NV_SEP_CACHE_PARAMETER_0_0
Auto Trait Implementations
impl RefUnwindSafe for NV_SEP_CACHE_PARAMETER_0_0
impl Send for NV_SEP_CACHE_PARAMETER_0_0
impl Sync for NV_SEP_CACHE_PARAMETER_0_0
impl Unpin for NV_SEP_CACHE_PARAMETER_0_0
impl UnwindSafe for NV_SEP_CACHE_PARAMETER_0_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more