[][src]Struct azul_webrender_api::SyntheticItalics

#[repr(C)]pub struct SyntheticItalics {
    pub angle: i16,
}

Fields

angle: i16

Implementations

impl SyntheticItalics[src]

pub const ANGLE_SCALE: f32[src]

pub fn from_degrees(degrees: f32) -> Self[src]

pub fn to_degrees(self) -> f32[src]

pub fn to_radians(self) -> f32[src]

pub fn to_skew(self) -> f32[src]

pub fn enabled() -> Self[src]

pub fn disabled() -> Self[src]

pub fn is_enabled(self) -> bool[src]

Trait Implementations

impl Clone for SyntheticItalics[src]

impl Copy for SyntheticItalics[src]

impl Debug for SyntheticItalics[src]

impl Default for SyntheticItalics[src]

impl<'de> Deserialize<'de> for SyntheticItalics[src]

impl Eq for SyntheticItalics[src]

impl Hash for SyntheticItalics[src]

impl MallocSizeOf for SyntheticItalics[src]

impl Ord for SyntheticItalics[src]

impl PartialEq<SyntheticItalics> for SyntheticItalics[src]

impl PartialOrd<SyntheticItalics> for SyntheticItalics[src]

impl Serialize for SyntheticItalics[src]

impl StructuralEq for SyntheticItalics[src]

impl StructuralPartialEq for SyntheticItalics[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.