Struct freetype::freetype::FT_Parameter_
source · #[repr(C)]pub struct FT_Parameter_ {
pub tag: FT_ULong,
pub data: FT_Pointer,
}
Fields§
§tag: FT_ULong
§data: FT_Pointer
Trait Implementations§
source§impl Clone for FT_Parameter_
impl Clone for FT_Parameter_
source§impl Debug for FT_Parameter_
impl Debug for FT_Parameter_
impl Copy for FT_Parameter_
Auto Trait Implementations§
impl Freeze for FT_Parameter_
impl RefUnwindSafe for FT_Parameter_
impl !Send for FT_Parameter_
impl !Sync for FT_Parameter_
impl Unpin for FT_Parameter_
impl UnwindSafe for FT_Parameter_
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