#[repr(C)]pub struct FT_Parameter {
    pub tag: FT_ULong,
    pub data: FT_Pointer,
}Fields§
§tag: FT_ULong§data: FT_PointerTrait 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 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_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
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