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