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