pub struct DrawPrimitiveNode {
pub primitive: DrawPrimitive,
pub clip: Option<Rect>,
}Fields§
§primitive: DrawPrimitive§clip: Option<Rect>Trait Implementations§
Source§impl Clone for DrawPrimitiveNode
impl Clone for DrawPrimitiveNode
Source§fn clone(&self) -> DrawPrimitiveNode
fn clone(&self) -> DrawPrimitiveNode
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 moreSource§impl Debug for DrawPrimitiveNode
impl Debug for DrawPrimitiveNode
Source§impl PartialEq for DrawPrimitiveNode
impl PartialEq for DrawPrimitiveNode
impl StructuralPartialEq for DrawPrimitiveNode
Auto Trait Implementations§
impl Freeze for DrawPrimitiveNode
impl RefUnwindSafe for DrawPrimitiveNode
impl Send for DrawPrimitiveNode
impl Sync for DrawPrimitiveNode
impl Unpin for DrawPrimitiveNode
impl UnsafeUnpin for DrawPrimitiveNode
impl UnwindSafe for DrawPrimitiveNode
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