#[repr(C)]pub struct heif_ambient_viewing_environment {
pub ambient_illumination: u32,
pub ambient_light_x: u16,
pub ambient_light_y: u16,
}Fields§
§ambient_illumination: u32§ambient_light_x: u16§ambient_light_y: u16Trait Implementations§
Source§impl Clone for heif_ambient_viewing_environment
impl Clone for heif_ambient_viewing_environment
Source§fn clone(&self) -> heif_ambient_viewing_environment
fn clone(&self) -> heif_ambient_viewing_environment
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for heif_ambient_viewing_environment
Auto Trait Implementations§
impl Freeze for heif_ambient_viewing_environment
impl RefUnwindSafe for heif_ambient_viewing_environment
impl Send for heif_ambient_viewing_environment
impl Sync for heif_ambient_viewing_environment
impl Unpin for heif_ambient_viewing_environment
impl UnwindSafe for heif_ambient_viewing_environment
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