#[repr(C)]pub struct ExternalMemoryImageCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub handleTypes: ExternalMemoryHandleTypeFlags,
}Fields§
§sType: StructureType§pNext: *const c_void§handleTypes: ExternalMemoryHandleTypeFlagsImplementations§
Source§impl ExternalMemoryImageCreateInfo
impl ExternalMemoryImageCreateInfo
pub fn new() -> Self
pub fn sType(self, sType: StructureType) -> Self
pub fn pNext(self, pNext: *const c_void) -> Self
pub fn handleTypes(self, handleTypes: ExternalMemoryHandleTypeFlags) -> Self
Trait Implementations§
Source§impl Clone for ExternalMemoryImageCreateInfo
impl Clone for ExternalMemoryImageCreateInfo
Source§fn clone(&self) -> ExternalMemoryImageCreateInfo
fn clone(&self) -> ExternalMemoryImageCreateInfo
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 Default for ExternalMemoryImageCreateInfo
impl Default for ExternalMemoryImageCreateInfo
Source§fn default() -> ExternalMemoryImageCreateInfo
fn default() -> ExternalMemoryImageCreateInfo
Returns the “default value” for a type. Read more
impl Copy for ExternalMemoryImageCreateInfo
Auto Trait Implementations§
impl Freeze for ExternalMemoryImageCreateInfo
impl RefUnwindSafe for ExternalMemoryImageCreateInfo
impl !Send for ExternalMemoryImageCreateInfo
impl !Sync for ExternalMemoryImageCreateInfo
impl Unpin for ExternalMemoryImageCreateInfo
impl UnwindSafe for ExternalMemoryImageCreateInfo
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