pub struct Hwc {
pub rgba: Vec<u8>,
}
Fields§
§rgba: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hwc
impl RefUnwindSafe for Hwc
impl Send for Hwc
impl Sync for Hwc
impl Unpin for Hwc
impl UnwindSafe for Hwc
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