#[repr(C)]pub struct FT_MM_Axis {
pub name: *mut FT_String,
pub minimum: FT_Long,
pub maximum: FT_Long,
}
Fields§
§name: *mut FT_String
§minimum: FT_Long
§maximum: FT_Long
Trait Implementations§
Source§impl Clone for FT_MM_Axis
impl Clone for FT_MM_Axis
Source§fn clone(&self) -> FT_MM_Axis
fn clone(&self) -> FT_MM_Axis
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_MM_Axis
impl Debug for FT_MM_Axis
Source§impl Hash for FT_MM_Axis
impl Hash for FT_MM_Axis
Source§impl PartialEq for FT_MM_Axis
impl PartialEq for FT_MM_Axis
impl Copy for FT_MM_Axis
impl Eq for FT_MM_Axis
impl StructuralPartialEq for FT_MM_Axis
Auto Trait Implementations§
impl Freeze for FT_MM_Axis
impl RefUnwindSafe for FT_MM_Axis
impl !Send for FT_MM_Axis
impl !Sync for FT_MM_Axis
impl Unpin for FT_MM_Axis
impl UnwindSafe for FT_MM_Axis
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