#[repr(C)]pub struct MemorySciBufPropertiesNV {
pub s_type: StructureType,
pub next: *const c_void,
pub memory_type_bits: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§memory_type_bits: u32Trait Implementations§
Source§impl Clone for MemorySciBufPropertiesNV
impl Clone for MemorySciBufPropertiesNV
Source§fn clone(&self) -> MemorySciBufPropertiesNV
fn clone(&self) -> MemorySciBufPropertiesNV
Returns a duplicate 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 moreSource§impl Debug for MemorySciBufPropertiesNV
impl Debug for MemorySciBufPropertiesNV
Source§impl Default for MemorySciBufPropertiesNV
impl Default for MemorySciBufPropertiesNV
Source§impl Hash for MemorySciBufPropertiesNV
impl Hash for MemorySciBufPropertiesNV
Source§impl PartialEq for MemorySciBufPropertiesNV
impl PartialEq for MemorySciBufPropertiesNV
impl Copy for MemorySciBufPropertiesNV
impl Eq for MemorySciBufPropertiesNV
impl Send for MemorySciBufPropertiesNV
impl StructuralPartialEq for MemorySciBufPropertiesNV
impl Sync for MemorySciBufPropertiesNV
Auto Trait Implementations§
impl Freeze for MemorySciBufPropertiesNV
impl RefUnwindSafe for MemorySciBufPropertiesNV
impl Unpin for MemorySciBufPropertiesNV
impl UnwindSafe for MemorySciBufPropertiesNV
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