#[repr(C)]pub struct FT_SfntLangTag {
pub string: *mut FT_Byte,
pub string_len: FT_UInt,
}Fields§
§string: *mut FT_Byte§string_len: FT_UIntTrait Implementations§
Source§impl Clone for FT_SfntLangTag
impl Clone for FT_SfntLangTag
Source§fn clone(&self) -> FT_SfntLangTag
fn clone(&self) -> FT_SfntLangTag
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 FT_SfntLangTag
impl Debug for FT_SfntLangTag
Source§impl Hash for FT_SfntLangTag
impl Hash for FT_SfntLangTag
Source§impl PartialEq for FT_SfntLangTag
impl PartialEq for FT_SfntLangTag
impl Copy for FT_SfntLangTag
impl Eq for FT_SfntLangTag
impl StructuralPartialEq for FT_SfntLangTag
Auto Trait Implementations§
impl Freeze for FT_SfntLangTag
impl RefUnwindSafe for FT_SfntLangTag
impl !Send for FT_SfntLangTag
impl !Sync for FT_SfntLangTag
impl Unpin for FT_SfntLangTag
impl UnsafeUnpin for FT_SfntLangTag
impl UnwindSafe for FT_SfntLangTag
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