#[repr(C)]pub enum FontStyleMessage {
Normal = 0,
Italic = 1,
Oblique = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for FontStyleMessage
impl Clone for FontStyleMessage
Source§fn clone(&self) -> FontStyleMessage
fn clone(&self) -> FontStyleMessage
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 FontStyleMessage
impl Debug for FontStyleMessage
Source§impl PartialEq for FontStyleMessage
impl PartialEq for FontStyleMessage
Source§impl Serialize for FontStyleMessage
impl Serialize for FontStyleMessage
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for FontStyleMessage
Auto Trait Implementations§
impl Freeze for FontStyleMessage
impl RefUnwindSafe for FontStyleMessage
impl Send for FontStyleMessage
impl Sync for FontStyleMessage
impl Unpin for FontStyleMessage
impl UnwindSafe for FontStyleMessage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.