pub struct UiDrawCommandList {
pub commands: Vec<UiDrawCommand>,
}Expand description
List of draw commands
Fields§
§commands: Vec<UiDrawCommand>Implementations§
Source§impl UiDrawCommandList
impl UiDrawCommandList
Sourcepub fn add(&mut self, command: UiDrawCommand)
pub fn add(&mut self, command: UiDrawCommand)
Add a draw command to the list
Trait Implementations§
Source§impl Default for UiDrawCommandList
impl Default for UiDrawCommandList
Source§fn default() -> UiDrawCommandList
fn default() -> UiDrawCommandList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UiDrawCommandList
impl RefUnwindSafe for UiDrawCommandList
impl Send for UiDrawCommandList
impl Sync for UiDrawCommandList
impl Unpin for UiDrawCommandList
impl UnwindSafe for UiDrawCommandList
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