pub struct IconId(/* private fields */);Expand description
Handle referencing a bitmap icon stored in the atlas.
Trait Implementations§
impl Copy for IconId
Auto Trait Implementations§
impl Freeze for IconId
impl RefUnwindSafe for IconId
impl Send for IconId
impl Sync for IconId
impl Unpin for IconId
impl UnwindSafe for IconId
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