pub struct GLoadableIcon { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GLoadableIcon
impl !Sync for GLoadableIcon
impl !Unpin for GLoadableIcon
impl Freeze for GLoadableIcon
impl RefUnwindSafe for GLoadableIcon
impl UnsafeUnpin for GLoadableIcon
impl UnwindSafe for GLoadableIcon
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