Struct banscii_artist::artistic_secrets::Masterpiece
source · pub(crate) struct Masterpiece {
pub(crate) height: usize,
pub(crate) width: usize,
pub(crate) pixel_data: Vec<u8>,
}
Fields§
§height: usize
§width: usize
§pixel_data: Vec<u8>
Implementations§
source§impl Masterpiece
impl Masterpiece
Auto Trait Implementations§
impl Freeze for Masterpiece
impl RefUnwindSafe for Masterpiece
impl Send for Masterpiece
impl Sync for Masterpiece
impl Unpin for Masterpiece
impl UnwindSafe for Masterpiece
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more