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