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