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