#[repr(C)]pub struct ClutterPaintNode(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClutterPaintNode
impl RefUnwindSafe for ClutterPaintNode
impl Send for ClutterPaintNode
impl Sync for ClutterPaintNode
impl Unpin for ClutterPaintNode
impl UnwindSafe for ClutterPaintNode
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