#[repr(C)]pub struct IndirectCommandsLayoutTokenEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub type_: IndirectCommandsTokenTypeEXT,
pub data: IndirectCommandsTokenDataEXT,
pub offset: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§type_: IndirectCommandsTokenTypeEXT§data: IndirectCommandsTokenDataEXT§offset: u32Trait Implementations§
Source§impl Clone for IndirectCommandsLayoutTokenEXT
impl Clone for IndirectCommandsLayoutTokenEXT
Source§fn clone(&self) -> IndirectCommandsLayoutTokenEXT
fn clone(&self) -> IndirectCommandsLayoutTokenEXT
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 moreimpl Copy for IndirectCommandsLayoutTokenEXT
impl Send for IndirectCommandsLayoutTokenEXT
impl Sync for IndirectCommandsLayoutTokenEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutTokenEXT
impl RefUnwindSafe for IndirectCommandsLayoutTokenEXT
impl Unpin for IndirectCommandsLayoutTokenEXT
impl UnwindSafe for IndirectCommandsLayoutTokenEXT
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