pub struct IndirectCommandsLayoutEXT(/* private fields */);Expand description
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 Debug for IndirectCommandsLayoutEXT
impl Debug for IndirectCommandsLayoutEXT
Source§impl Default for IndirectCommandsLayoutEXT
impl Default for IndirectCommandsLayoutEXT
Source§impl Handle for IndirectCommandsLayoutEXT
impl Handle for IndirectCommandsLayoutEXT
Source§impl Hash for IndirectCommandsLayoutEXT
impl Hash for IndirectCommandsLayoutEXT
impl Copy for IndirectCommandsLayoutEXT
impl Eq for IndirectCommandsLayoutEXT
impl StructuralPartialEq 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