#[repr(C)]pub enum FontStyleMessage {
Normal = 0,
Italic = 1,
Oblique = 2,
}Expand description
Serializable font-style value.
Variants§
Trait Implementations§
Source§impl Clone for FontStyleMessage
impl Clone for FontStyleMessage
Source§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
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 UnsafeUnpin 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