pub struct MsImeAlignMediaFeatureKeyword(/* private fields */);Trait Implementations§
Source§impl Clone for MsImeAlignMediaFeatureKeyword
impl Clone for MsImeAlignMediaFeatureKeyword
Source§fn clone(&self) -> MsImeAlignMediaFeatureKeyword
fn clone(&self) -> MsImeAlignMediaFeatureKeyword
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 Hash for MsImeAlignMediaFeatureKeyword
impl Hash for MsImeAlignMediaFeatureKeyword
Source§impl Ord for MsImeAlignMediaFeatureKeyword
impl Ord for MsImeAlignMediaFeatureKeyword
Source§fn cmp(&self, other: &MsImeAlignMediaFeatureKeyword) -> Ordering
fn cmp(&self, other: &MsImeAlignMediaFeatureKeyword) -> 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<'a> Parse<'a> for MsImeAlignMediaFeatureKeyword
impl<'a> Parse<'a> for MsImeAlignMediaFeatureKeyword
Source§impl PartialEq for MsImeAlignMediaFeatureKeyword
impl PartialEq for MsImeAlignMediaFeatureKeyword
Source§fn eq(&self, other: &MsImeAlignMediaFeatureKeyword) -> bool
fn eq(&self, other: &MsImeAlignMediaFeatureKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MsImeAlignMediaFeatureKeyword
impl PartialOrd for MsImeAlignMediaFeatureKeyword
Source§impl<'a> Peek<'a> for MsImeAlignMediaFeatureKeyword
impl<'a> Peek<'a> for MsImeAlignMediaFeatureKeyword
Source§impl ToCursors for MsImeAlignMediaFeatureKeyword
impl ToCursors for MsImeAlignMediaFeatureKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for MsImeAlignMediaFeatureKeyword
impl Eq for MsImeAlignMediaFeatureKeyword
impl StructuralPartialEq for MsImeAlignMediaFeatureKeyword
Auto Trait Implementations§
impl Freeze for MsImeAlignMediaFeatureKeyword
impl RefUnwindSafe for MsImeAlignMediaFeatureKeyword
impl Send for MsImeAlignMediaFeatureKeyword
impl Sync for MsImeAlignMediaFeatureKeyword
impl Unpin for MsImeAlignMediaFeatureKeyword
impl UnwindSafe for MsImeAlignMediaFeatureKeyword
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