pub struct DefineText {
pub id: u16,
pub bounds: Rect,
pub matrix: Matrix,
pub records: Vec<TextRecord>,
}
Fields§
§id: u16
§bounds: Rect
§matrix: Matrix
§records: Vec<TextRecord>
Trait Implementations§
Source§impl Clone for DefineText
impl Clone for DefineText
Source§fn clone(&self) -> DefineText
fn clone(&self) -> DefineText
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 DefineText
impl Debug for DefineText
Source§impl<'de> Deserialize<'de> for DefineText
impl<'de> Deserialize<'de> for DefineText
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 Hash for DefineText
impl Hash for DefineText
Source§impl Ord for DefineText
impl Ord for DefineText
Source§fn cmp(&self, other: &DefineText) -> Ordering
fn cmp(&self, other: &DefineText) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DefineText
impl PartialEq for DefineText
Source§impl PartialOrd for DefineText
impl PartialOrd for DefineText
Source§impl Serialize for DefineText
impl Serialize for DefineText
impl Eq for DefineText
impl StructuralPartialEq for DefineText
Auto Trait Implementations§
impl Freeze for DefineText
impl RefUnwindSafe for DefineText
impl Send for DefineText
impl Sync for DefineText
impl Unpin for DefineText
impl UnwindSafe for DefineText
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