#[repr(C)]pub struct Clay_RenderCommand {
pub boundingBox: Clay_BoundingBox,
pub config: Clay_ElementConfigUnion,
pub text: Clay_String,
pub id: u32,
pub commandType: Clay_RenderCommandType,
}Fields§
§boundingBox: Clay_BoundingBox§config: Clay_ElementConfigUnion§text: Clay_String§id: u32§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 copy 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 From<&Clay_RenderCommand> for RenderCommandConfig<'_>
impl From<&Clay_RenderCommand> for RenderCommandConfig<'_>
Source§fn from(value: &Clay_RenderCommand) -> Self
fn from(value: &Clay_RenderCommand) -> Self
Converts to this type from the input type.
Source§impl From<Clay_RenderCommand> for RenderCommand<'_>
impl From<Clay_RenderCommand> for RenderCommand<'_>
Source§fn from(value: Clay_RenderCommand) -> Self
fn from(value: Clay_RenderCommand) -> Self
Converts to this type from the input type.
impl 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