Struct simple_pixels::Icon
source · pub struct Icon {
pub small: [RGBA8; 256],
pub medium: [RGBA8; 1024],
pub large: [RGBA8; 4096],
}Fields§
§small: [RGBA8; 256]§medium: [RGBA8; 1024]§large: [RGBA8; 4096]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnwindSafe for Icon
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