pub struct IndirectCommandsLayoutEXT(/* private fields */);Expand description
Implementations§
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§fn default() -> IndirectCommandsLayoutEXT
fn default() -> IndirectCommandsLayoutEXT
Returns the “default value” for a type. Read more
Source§impl Handle for IndirectCommandsLayoutEXT
impl Handle for IndirectCommandsLayoutEXT
Source§impl Hash for IndirectCommandsLayoutEXT
impl Hash for IndirectCommandsLayoutEXT
Source§impl Ord for IndirectCommandsLayoutEXT
impl Ord for IndirectCommandsLayoutEXT
Source§fn cmp(&self, other: &IndirectCommandsLayoutEXT) -> Ordering
fn cmp(&self, other: &IndirectCommandsLayoutEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IndirectCommandsLayoutEXT
impl PartialOrd for IndirectCommandsLayoutEXT
Source§impl Pointer for IndirectCommandsLayoutEXT
impl Pointer 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