#[repr(C)]pub struct heif_sequence_encoding_options {
pub version: u8,
pub output_nclx_profile: *const heif_color_profile_nclx,
pub color_conversion_options: heif_color_conversion_options,
}
Expand description
This structure is for future use. It is not defined yet.
Fields§
§version: u8
§output_nclx_profile: *const heif_color_profile_nclx
Set this to the NCLX parameters to be used in the output images or set to NULL when the same parameters as in the input images should be used.
color_conversion_options: heif_color_conversion_options
Trait Implementations§
Auto Trait Implementations§
impl Freeze for heif_sequence_encoding_options
impl RefUnwindSafe for heif_sequence_encoding_options
impl !Send for heif_sequence_encoding_options
impl !Sync for heif_sequence_encoding_options
impl Unpin for heif_sequence_encoding_options
impl UnwindSafe for heif_sequence_encoding_options
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