pub struct FontAlignmentZone {
pub data: Vec<FontAlignmentZoneData>,
pub has_x: bool,
pub has_y: bool,
}
Fields§
§data: Vec<FontAlignmentZoneData>
§has_x: bool
§has_y: bool
Trait Implementations§
Source§impl Clone for FontAlignmentZone
impl Clone for FontAlignmentZone
Source§fn clone(&self) -> FontAlignmentZone
fn clone(&self) -> FontAlignmentZone
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 FontAlignmentZone
impl Debug for FontAlignmentZone
Source§impl<'de> Deserialize<'de> for FontAlignmentZone
impl<'de> Deserialize<'de> for FontAlignmentZone
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FontAlignmentZone
impl PartialEq for FontAlignmentZone
Source§impl Serialize for FontAlignmentZone
impl Serialize for FontAlignmentZone
impl Eq for FontAlignmentZone
impl StructuralPartialEq for FontAlignmentZone
Auto Trait Implementations§
impl Freeze for FontAlignmentZone
impl RefUnwindSafe for FontAlignmentZone
impl Send for FontAlignmentZone
impl Sync for FontAlignmentZone
impl Unpin for FontAlignmentZone
impl UnwindSafe for FontAlignmentZone
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