pub struct CaStackingAffix {
pub ca: Ca,
}Expand description
A case-stacking affix.
Fields§
§ca: CaThe Ca of this affix.
Implementations§
Source§impl CaStackingAffix
impl CaStackingAffix
Sourcepub fn new(ca: Ca) -> Self
pub fn new(ca: Ca) -> Self
Constructs a new CaStackingAffix.
Trait Implementations§
Source§impl Clone for CaStackingAffix
impl Clone for CaStackingAffix
Source§fn clone(&self) -> CaStackingAffix
fn clone(&self) -> CaStackingAffix
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 CaStackingAffix
impl Debug for CaStackingAffix
Source§impl Default for CaStackingAffix
impl Default for CaStackingAffix
Source§fn default() -> CaStackingAffix
fn default() -> CaStackingAffix
Returns the “default value” for a type. Read more
Source§impl Gloss for CaStackingAffix
impl Gloss for CaStackingAffix
Source§fn gloss(&self, flags: GlossFlags) -> String
fn gloss(&self, flags: GlossFlags) -> String
Source§fn gloss_non_default(&self, flags: GlossFlags) -> String
fn gloss_non_default(&self, flags: GlossFlags) -> String
Source§impl Hash for CaStackingAffix
impl Hash for CaStackingAffix
Source§impl IntoVxCs for CaStackingAffix
impl IntoVxCs for CaStackingAffix
Source§impl Ord for CaStackingAffix
impl Ord for CaStackingAffix
Source§fn cmp(&self, other: &CaStackingAffix) -> Ordering
fn cmp(&self, other: &CaStackingAffix) -> 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 CaStackingAffix
impl PartialEq for CaStackingAffix
Source§impl PartialOrd for CaStackingAffix
impl PartialOrd for CaStackingAffix
impl Copy for CaStackingAffix
impl Eq for CaStackingAffix
impl StructuralPartialEq for CaStackingAffix
Auto Trait Implementations§
impl Freeze for CaStackingAffix
impl RefUnwindSafe for CaStackingAffix
impl Send for CaStackingAffix
impl Sync for CaStackingAffix
impl Unpin for CaStackingAffix
impl UnwindSafe for CaStackingAffix
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