#[repr(u32)]pub enum DynamicFontSpacingType {
SpacingTop = 0,
SpacingBottom = 1,
SpacingChar = 2,
SpacingSpace = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for DynamicFontSpacingType
impl Clone for DynamicFontSpacingType
Source§fn clone(&self) -> DynamicFontSpacingType
fn clone(&self) -> DynamicFontSpacingType
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 DynamicFontSpacingType
impl Debug for DynamicFontSpacingType
Source§impl Hash for DynamicFontSpacingType
impl Hash for DynamicFontSpacingType
Source§impl PartialEq for DynamicFontSpacingType
impl PartialEq for DynamicFontSpacingType
impl Copy for DynamicFontSpacingType
impl Eq for DynamicFontSpacingType
impl StructuralPartialEq for DynamicFontSpacingType
Auto Trait Implementations§
impl Freeze for DynamicFontSpacingType
impl RefUnwindSafe for DynamicFontSpacingType
impl Send for DynamicFontSpacingType
impl Sync for DynamicFontSpacingType
impl Unpin for DynamicFontSpacingType
impl UnwindSafe for DynamicFontSpacingType
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