Struct magick_rust::bindings::_TypeInfo
source · #[repr(C)]pub struct _TypeInfo {Show 15 fields
pub face: usize,
pub path: *mut c_char,
pub name: *mut c_char,
pub description: *mut c_char,
pub family: *mut c_char,
pub style: StyleType,
pub stretch: StretchType,
pub weight: usize,
pub encoding: *mut c_char,
pub foundry: *mut c_char,
pub format: *mut c_char,
pub metrics: *mut c_char,
pub glyphs: *mut c_char,
pub stealth: MagickBooleanType,
pub signature: usize,
}
Fields§
§face: usize
§path: *mut c_char
§name: *mut c_char
§description: *mut c_char
§family: *mut c_char
§style: StyleType
§stretch: StretchType
§weight: usize
§encoding: *mut c_char
§foundry: *mut c_char
§format: *mut c_char
§metrics: *mut c_char
§glyphs: *mut c_char
§stealth: MagickBooleanType
§signature: usize
Trait Implementations§
source§impl PartialEq for _TypeInfo
impl PartialEq for _TypeInfo
impl Copy for _TypeInfo
impl Eq for _TypeInfo
impl StructuralPartialEq for _TypeInfo
Auto Trait Implementations§
impl Freeze for _TypeInfo
impl RefUnwindSafe for _TypeInfo
impl !Send for _TypeInfo
impl !Sync for _TypeInfo
impl Unpin for _TypeInfo
impl UnwindSafe for _TypeInfo
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)