#[repr(C)]pub struct FT_Multi_Master {
    pub num_axis: FT_UInt,
    pub num_designs: FT_UInt,
    pub axis: [FT_MM_Axis; 4],
}Fields§
§num_axis: FT_UInt§num_designs: FT_UInt§axis: [FT_MM_Axis; 4]Trait Implementations§
Source§impl Clone for FT_Multi_Master
 
impl Clone for FT_Multi_Master
Source§fn clone(&self) -> FT_Multi_Master
 
fn clone(&self) -> FT_Multi_Master
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_Multi_Master
 
impl Debug for FT_Multi_Master
Source§impl Hash for FT_Multi_Master
 
impl Hash for FT_Multi_Master
Source§impl PartialEq for FT_Multi_Master
 
impl PartialEq for FT_Multi_Master
impl Copy for FT_Multi_Master
impl Eq for FT_Multi_Master
impl StructuralPartialEq for FT_Multi_Master
Auto Trait Implementations§
impl Freeze for FT_Multi_Master
impl RefUnwindSafe for FT_Multi_Master
impl !Send for FT_Multi_Master
impl !Sync for FT_Multi_Master
impl Unpin for FT_Multi_Master
impl UnwindSafe for FT_Multi_Master
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