pub struct FontAlignZone {
pub left: i16,
pub width: i16,
pub bottom: i16,
pub height: i16,
}Fields§
§left: i16§width: i16§bottom: i16§height: i16Trait Implementations§
Source§impl Clone for FontAlignZone
impl Clone for FontAlignZone
Source§fn clone(&self) -> FontAlignZone
fn clone(&self) -> FontAlignZone
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 FontAlignZone
impl Debug for FontAlignZone
Source§impl PartialEq for FontAlignZone
impl PartialEq for FontAlignZone
impl Eq for FontAlignZone
impl StructuralPartialEq for FontAlignZone
Auto Trait Implementations§
impl Freeze for FontAlignZone
impl RefUnwindSafe for FontAlignZone
impl Send for FontAlignZone
impl Sync for FontAlignZone
impl Unpin for FontAlignZone
impl UnwindSafe for FontAlignZone
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