pub struct DefinedCharacterGlyph {
pub name: String,
pub definition: DefinedGlyphSelectRef,
pub placement: Axis2PlacementRef,
}Fields§
§name: String§definition: DefinedGlyphSelectRef§placement: Axis2PlacementRefTrait Implementations§
Source§impl Clone for DefinedCharacterGlyph
impl Clone for DefinedCharacterGlyph
Source§fn clone(&self) -> DefinedCharacterGlyph
fn clone(&self) -> DefinedCharacterGlyph
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DefinedCharacterGlyph
impl Debug for DefinedCharacterGlyph
Source§impl PartialEq for DefinedCharacterGlyph
impl PartialEq for DefinedCharacterGlyph
Source§fn eq(&self, other: &DefinedCharacterGlyph) -> bool
fn eq(&self, other: &DefinedCharacterGlyph) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DefinedCharacterGlyph
Auto Trait Implementations§
impl Freeze for DefinedCharacterGlyph
impl RefUnwindSafe for DefinedCharacterGlyph
impl Send for DefinedCharacterGlyph
impl Sync for DefinedCharacterGlyph
impl Unpin for DefinedCharacterGlyph
impl UnsafeUnpin for DefinedCharacterGlyph
impl UnwindSafe for DefinedCharacterGlyph
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