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