pub struct RenderCommand<'a> {
pub id: u32,
pub bounding_box: BoundingBox,
pub config: RenderCommandConfig<'a>,
}Fields§
§id: u32§bounding_box: BoundingBox§config: RenderCommandConfig<'a>Trait Implementations§
Source§impl<'a> Clone for RenderCommand<'a>
impl<'a> Clone for RenderCommand<'a>
Source§fn clone(&self) -> RenderCommand<'a>
fn clone(&self) -> RenderCommand<'a>
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<'a> Debug for RenderCommand<'a>
impl<'a> Debug for RenderCommand<'a>
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.
Auto Trait Implementations§
impl<'a> Freeze for RenderCommand<'a>
impl<'a> RefUnwindSafe for RenderCommand<'a>
impl<'a> !Send for RenderCommand<'a>
impl<'a> !Sync for RenderCommand<'a>
impl<'a> Unpin for RenderCommand<'a>
impl<'a> UnwindSafe for RenderCommand<'a>
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