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