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