pub struct RawAsepriteIccProfile {
pub icc_profile: Vec<u8>,
}
Expand description
A raw Icc Profile
Fields§
§icc_profile: Vec<u8>
The bytes of the icc profile
Auto Trait Implementations§
impl Freeze for RawAsepriteIccProfile
impl RefUnwindSafe for RawAsepriteIccProfile
impl Send for RawAsepriteIccProfile
impl Sync for RawAsepriteIccProfile
impl Unpin for RawAsepriteIccProfile
impl UnwindSafe for RawAsepriteIccProfile
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