pub enum RectangleNode {}Expand description
Wrapper around QSGRectangleNode
Auto Trait Implementations§
impl Freeze for RectangleNode
impl RefUnwindSafe for RectangleNode
impl Send for RectangleNode
impl Sync for RectangleNode
impl Unpin for RectangleNode
impl UnwindSafe for RectangleNode
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