#[repr(C)]pub struct ExternalMemoryAcquireUnmodifiedEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub acquire_unmodified_memory: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§acquire_unmodified_memory: Bool32Trait Implementations§
Source§impl Clone for ExternalMemoryAcquireUnmodifiedEXT
impl Clone for ExternalMemoryAcquireUnmodifiedEXT
Source§fn clone(&self) -> ExternalMemoryAcquireUnmodifiedEXT
fn clone(&self) -> ExternalMemoryAcquireUnmodifiedEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExternalMemoryAcquireUnmodifiedEXT
impl Eq for ExternalMemoryAcquireUnmodifiedEXT
Source§impl PartialEq for ExternalMemoryAcquireUnmodifiedEXT
impl PartialEq for ExternalMemoryAcquireUnmodifiedEXT
Source§fn eq(&self, other: &ExternalMemoryAcquireUnmodifiedEXT) -> bool
fn eq(&self, other: &ExternalMemoryAcquireUnmodifiedEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for ExternalMemoryAcquireUnmodifiedEXT
impl StructuralPartialEq for ExternalMemoryAcquireUnmodifiedEXT
impl Sync for ExternalMemoryAcquireUnmodifiedEXT
Auto Trait Implementations§
impl Freeze for ExternalMemoryAcquireUnmodifiedEXT
impl RefUnwindSafe for ExternalMemoryAcquireUnmodifiedEXT
impl Unpin for ExternalMemoryAcquireUnmodifiedEXT
impl UnsafeUnpin for ExternalMemoryAcquireUnmodifiedEXT
impl UnwindSafe for ExternalMemoryAcquireUnmodifiedEXT
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