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
sourceimpl Clone for FT_Parameter
impl Clone for FT_Parameter
sourcefn clone(&self) -> FT_Parameter
fn clone(&self) -> FT_Parameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FT_Parameter
impl Debug for FT_Parameter
sourceimpl Hash for FT_Parameter
impl Hash for FT_Parameter
sourceimpl PartialEq<FT_Parameter> for FT_Parameter
impl PartialEq<FT_Parameter> for FT_Parameter
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_Parameter) -> bool
fn ne(&self, other: &FT_Parameter) -> bool
This method tests for !=
.
impl Copy for FT_Parameter
impl Eq for FT_Parameter
impl StructuralEq for FT_Parameter
impl StructuralPartialEq for FT_Parameter
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more