#[repr(C)]pub struct GlyphPackingMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl GlyphPackingMode
impl GlyphPackingMode
pub fn best_short_side_fit() -> Self
pub fn best_long_side_fit() -> Self
pub fn best_area_fit() -> Self
pub fn bottom_left_rule() -> Self
pub fn contact_point_rule() -> Self
Trait Implementations§
Source§impl ClassIdentity for GlyphPackingMode
impl ClassIdentity for GlyphPackingMode
Source§impl Clone for GlyphPackingMode
impl Clone for GlyphPackingMode
Source§fn clone(&self) -> GlyphPackingMode
fn clone(&self) -> GlyphPackingMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GlyphPackingMode
impl Debug for GlyphPackingMode
Source§impl PartialEq for GlyphPackingMode
impl PartialEq for GlyphPackingMode
impl Copy for GlyphPackingMode
impl Eq for GlyphPackingMode
impl StructuralPartialEq for GlyphPackingMode
Auto Trait Implementations§
impl Freeze for GlyphPackingMode
impl RefUnwindSafe for GlyphPackingMode
impl Send for GlyphPackingMode
impl Sync for GlyphPackingMode
impl Unpin for GlyphPackingMode
impl UnwindSafe for GlyphPackingMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)