#[repr(C)]pub struct HAPI_ImageFileFormat {
pub nameSH: HAPI_StringHandle,
pub descriptionSH: HAPI_StringHandle,
pub defaultExtensionSH: HAPI_StringHandle,
}
Fields§
§nameSH: HAPI_StringHandle
§descriptionSH: HAPI_StringHandle
§defaultExtensionSH: HAPI_StringHandle
Trait Implementations§
Source§impl Clone for HAPI_ImageFileFormat
impl Clone for HAPI_ImageFileFormat
Source§fn clone(&self) -> HAPI_ImageFileFormat
fn clone(&self) -> HAPI_ImageFileFormat
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 moreSource§impl Debug for HAPI_ImageFileFormat
impl Debug for HAPI_ImageFileFormat
impl Copy for HAPI_ImageFileFormat
Auto Trait Implementations§
impl Freeze for HAPI_ImageFileFormat
impl RefUnwindSafe for HAPI_ImageFileFormat
impl Send for HAPI_ImageFileFormat
impl Sync for HAPI_ImageFileFormat
impl Unpin for HAPI_ImageFileFormat
impl UnwindSafe for HAPI_ImageFileFormat
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