Struct freetype::freetype::FT_ModuleRec_
source · #[repr(C)]pub struct FT_ModuleRec_ { /* private fields */ }
Trait Implementations§
source§impl Clone for FT_ModuleRec_
impl Clone for FT_ModuleRec_
source§fn clone(&self) -> FT_ModuleRec_
fn clone(&self) -> FT_ModuleRec_
Returns a copy 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_ModuleRec_
impl Debug for FT_ModuleRec_
impl Copy for FT_ModuleRec_
Auto Trait Implementations§
impl RefUnwindSafe for FT_ModuleRec_
impl Send for FT_ModuleRec_
impl Sync for FT_ModuleRec_
impl Unpin for FT_ModuleRec_
impl UnwindSafe for FT_ModuleRec_
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