#[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,
pub gop_structure: heif_sequence_gop_structure,
pub keyframe_distance_min: c_int,
pub keyframe_distance_max: c_int,
pub save_alpha_channel: c_int,
}Fields§
§version: u8§output_nclx_profile: *const heif_color_profile_nclxSet 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§gop_structure: heif_sequence_gop_structureversion 2 options
keyframe_distance_min: c_int0 - undefined
keyframe_distance_max: c_int0 - undefined
save_alpha_channel: c_intTrait 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