Struct freetype::glyph_slot::SubGlyphInfo [−][src]
A description of a given subglyph returned by GlyphSlot::get_subglyph_info
function.
Fields
index: i32
The glyph index of the subglyph.
flags: u32
The subglyph flags, see FT_SUBGLYPH_FLAG_XXX.
arg1: i32
The subglyph’s first argument (if any).
arg2: i32
The subglyph’s second argument (if any).
transform: FT_Matrix
The subglyph transformation (if any).
Trait Implementations
impl Clone for SubGlyphInfo
[src]
fn clone(&self) -> SubGlyphInfo
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SubGlyphInfo
[src]
impl Default for SubGlyphInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for SubGlyphInfo
impl Send for SubGlyphInfo
impl Sync for SubGlyphInfo
impl Unpin for SubGlyphInfo
impl UnwindSafe for SubGlyphInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,