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