#[repr(C)]pub struct FT_Face_InternalRec_ {
_unused: [u8; 0],
}Fields§
§_unused: [u8; 0]Trait Implementations§
Source§impl Clone for FT_Face_InternalRec_
impl Clone for FT_Face_InternalRec_
Source§fn clone(&self) -> FT_Face_InternalRec_
fn clone(&self) -> FT_Face_InternalRec_
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_Face_InternalRec_
impl Debug for FT_Face_InternalRec_
impl Copy for FT_Face_InternalRec_
Auto Trait Implementations§
impl Freeze for FT_Face_InternalRec_
impl RefUnwindSafe for FT_Face_InternalRec_
impl Send for FT_Face_InternalRec_
impl Sync for FT_Face_InternalRec_
impl Unpin for FT_Face_InternalRec_
impl UnwindSafe for FT_Face_InternalRec_
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