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