Struct freetype_sys::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§fn clone(&self) -> FT_Parameter
fn clone(&self) -> FT_Parameter
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_Parameter
impl Debug for FT_Parameter
source§impl Hash for FT_Parameter
impl Hash for FT_Parameter
source§impl PartialEq for FT_Parameter
impl PartialEq for FT_Parameter
source§fn eq(&self, other: &FT_Parameter) -> bool
fn eq(&self, other: &FT_Parameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FT_Parameter
impl Eq for FT_Parameter
impl StructuralPartialEq 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