#[repr(C)]pub struct heif_entity_group {
pub entity_group_id: heif_entity_group_id,
pub entity_group_type: u32,
pub entities: *mut heif_item_id,
pub num_entities: u32,
}Fields§
§entity_group_id: heif_entity_group_id§entity_group_type: u32this is a FourCC constant
entities: *mut heif_item_id§num_entities: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for heif_entity_group
impl RefUnwindSafe for heif_entity_group
impl !Send for heif_entity_group
impl !Sync for heif_entity_group
impl Unpin for heif_entity_group
impl UnwindSafe for heif_entity_group
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