#[repr(C)]pub struct Clay_RenderCommand {
pub boundingBox: Clay_BoundingBox,
pub renderData: Clay_RenderData,
pub userData: *mut c_void,
pub id: u32,
pub zIndex: i16,
pub commandType: Clay_RenderCommandType,
}Fields§
§boundingBox: Clay_BoundingBox§renderData: Clay_RenderData§userData: *mut c_void§id: u32§zIndex: i16§commandType: Clay_RenderCommandTypeTrait Implementations§
Source§impl Clone for Clay_RenderCommand
impl Clone for Clay_RenderCommand
Source§fn clone(&self) -> Clay_RenderCommand
fn clone(&self) -> Clay_RenderCommand
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 Clay_RenderCommand
Auto Trait Implementations§
impl Freeze for Clay_RenderCommand
impl RefUnwindSafe for Clay_RenderCommand
impl !Send for Clay_RenderCommand
impl !Sync for Clay_RenderCommand
impl Unpin for Clay_RenderCommand
impl UnwindSafe for Clay_RenderCommand
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