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