Struct NV_SEP_WRITE_CACHE_TYPE
#[repr(transparent)]pub struct NV_SEP_WRITE_CACHE_TYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NV_SEP_WRITE_CACHE_TYPE
impl Clone for NV_SEP_WRITE_CACHE_TYPE
§fn clone(&self) -> NV_SEP_WRITE_CACHE_TYPE
fn clone(&self) -> NV_SEP_WRITE_CACHE_TYPE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NV_SEP_WRITE_CACHE_TYPE
impl Debug for NV_SEP_WRITE_CACHE_TYPE
§impl Default for NV_SEP_WRITE_CACHE_TYPE
impl Default for NV_SEP_WRITE_CACHE_TYPE
§fn default() -> NV_SEP_WRITE_CACHE_TYPE
fn default() -> NV_SEP_WRITE_CACHE_TYPE
Returns the “default value” for a type. Read more
§impl PartialEq for NV_SEP_WRITE_CACHE_TYPE
impl PartialEq for NV_SEP_WRITE_CACHE_TYPE
impl Copy for NV_SEP_WRITE_CACHE_TYPE
impl Eq for NV_SEP_WRITE_CACHE_TYPE
impl StructuralPartialEq for NV_SEP_WRITE_CACHE_TYPE
Auto Trait Implementations§
impl Freeze for NV_SEP_WRITE_CACHE_TYPE
impl RefUnwindSafe for NV_SEP_WRITE_CACHE_TYPE
impl Send for NV_SEP_WRITE_CACHE_TYPE
impl Sync for NV_SEP_WRITE_CACHE_TYPE
impl Unpin for NV_SEP_WRITE_CACHE_TYPE
impl UnwindSafe for NV_SEP_WRITE_CACHE_TYPE
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