Struct simple_pixels::Icon
source · [−]Fields
small: [u8; 1024]medium: [u8; 4096]big: [u8; 16384]Implementations
sourceimpl Icon
impl Icon
pub fn miniquad_logo() -> Icon
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more