pub struct DrawOrderGroupObjectOffsets {
pub types: Offset,
pub indices: Offset,
pub self_indices: Offset,
}Fields§
§types: Offset§indices: Offset§self_indices: OffsetTrait Implementations§
Source§impl Clone for DrawOrderGroupObjectOffsets
impl Clone for DrawOrderGroupObjectOffsets
Source§fn clone(&self) -> DrawOrderGroupObjectOffsets
fn clone(&self) -> DrawOrderGroupObjectOffsets
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 DrawOrderGroupObjectOffsets
impl Debug for DrawOrderGroupObjectOffsets
Source§impl Default for DrawOrderGroupObjectOffsets
impl Default for DrawOrderGroupObjectOffsets
Source§fn default() -> DrawOrderGroupObjectOffsets
fn default() -> DrawOrderGroupObjectOffsets
Returns the “default value” for a type. Read more
Source§impl PartialOrd for DrawOrderGroupObjectOffsets
impl PartialOrd for DrawOrderGroupObjectOffsets
impl Copy for DrawOrderGroupObjectOffsets
impl StructuralPartialEq for DrawOrderGroupObjectOffsets
Auto Trait Implementations§
impl Freeze for DrawOrderGroupObjectOffsets
impl RefUnwindSafe for DrawOrderGroupObjectOffsets
impl Send for DrawOrderGroupObjectOffsets
impl Sync for DrawOrderGroupObjectOffsets
impl Unpin for DrawOrderGroupObjectOffsets
impl UnwindSafe for DrawOrderGroupObjectOffsets
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