#[repr(C)]pub struct heif_property_user_description {
pub version: c_int,
pub lang: *const c_char,
pub name: *const c_char,
pub description: *const c_char,
pub tags: *const c_char,
}Expand description
The strings are managed by libheif. They will be deleted in heif_property_user_description_release().
Fields§
§version: c_int§lang: *const c_charversion 1
name: *const c_char§description: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for heif_property_user_description
impl RefUnwindSafe for heif_property_user_description
impl !Send for heif_property_user_description
impl !Sync for heif_property_user_description
impl Unpin for heif_property_user_description
impl UnwindSafe for heif_property_user_description
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