#[repr(C)]pub struct IndirectCommandsLayoutEXT { /* private fields */ }Expand description
Implementations§
Source§impl IndirectCommandsLayoutEXT
impl IndirectCommandsLayoutEXT
pub fn from_inner(handle: IndirectCommandsLayoutEXT) -> Self
Trait Implementations§
Source§impl Clone for IndirectCommandsLayoutEXT
impl Clone for IndirectCommandsLayoutEXT
Source§fn clone(&self) -> IndirectCommandsLayoutEXT
fn clone(&self) -> IndirectCommandsLayoutEXT
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 Deref for IndirectCommandsLayoutEXT
impl Deref for IndirectCommandsLayoutEXT
impl Alias<IndirectCommandsLayoutEXT> for IndirectCommandsLayoutEXT
impl Copy for IndirectCommandsLayoutEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutEXT
impl RefUnwindSafe for IndirectCommandsLayoutEXT
impl Send for IndirectCommandsLayoutEXT
impl Sync for IndirectCommandsLayoutEXT
impl Unpin for IndirectCommandsLayoutEXT
impl UnwindSafe for IndirectCommandsLayoutEXT
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