Struct libheif_rs::ColorProfileRaw
source · pub struct ColorProfileRaw {
pub data: Vec<u8>,
/* private fields */
}
Fields§
§data: Vec<u8>
Implementations§
source§impl ColorProfileRaw
impl ColorProfileRaw
pub fn new(typ: ColorProfileType, data: Vec<u8>) -> Self
Trait Implementations§
source§impl ColorProfile for ColorProfileRaw
impl ColorProfile for ColorProfileRaw
fn profile_type(&self) -> ColorProfileType
Auto Trait Implementations§
impl RefUnwindSafe for ColorProfileRaw
impl Send for ColorProfileRaw
impl Sync for ColorProfileRaw
impl Unpin for ColorProfileRaw
impl UnwindSafe for ColorProfileRaw
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