[−][src]Enum azul_layout::Number
Variants
Defined(f32)
Implementations
impl Number
[src]
pub fn is_defined(self) -> bool
[src]
pub fn is_undefined(self) -> bool
[src]
pub fn to_option(&self) -> Option<f32>
[src]
pub fn unwrap_or_zero(&self) -> f32
[src]
Trait Implementations
impl Add<Number> for Number
[src]
type Output = Number
The resulting type after applying the +
operator.
fn add(self, rhs: Number) -> Number
[src]
impl Add<f32> for Number
[src]
type Output = Number
The resulting type after applying the +
operator.
fn add(self, rhs: f32) -> Number
[src]
impl AddAssign<Number> for Number
[src]
fn add_assign(&mut self, other: Self)
[src]
impl Clone for Number
[src]
impl Copy for Number
[src]
impl Debug for Number
[src]
impl Default for Number
[src]
impl Div<Number> for Number
[src]
type Output = Number
The resulting type after applying the /
operator.
fn div(self, rhs: Number) -> Number
[src]
impl Div<f32> for Number
[src]
type Output = Number
The resulting type after applying the /
operator.
fn div(self, rhs: f32) -> Number
[src]
impl Mul<Number> for Number
[src]
type Output = Number
The resulting type after applying the *
operator.
fn mul(self, rhs: Number) -> Number
[src]
impl Mul<f32> for Number
[src]
type Output = Number
The resulting type after applying the *
operator.
fn mul(self, rhs: f32) -> Number
[src]
impl PartialEq<Number> for Number
[src]
impl StructuralPartialEq for Number
[src]
impl Sub<Number> for Number
[src]
type Output = Number
The resulting type after applying the -
operator.
fn sub(self, rhs: Number) -> Number
[src]
impl Sub<f32> for Number
[src]
Auto Trait Implementations
impl RefUnwindSafe for Number
impl Send for Number
impl Sync for Number
impl Unpin for Number
impl UnwindSafe for Number
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,