[][src]Struct gdnative_bindings::viewport::Msaa

pub struct Msaa(pub i64);

Implementations

impl Msaa[src]

pub const DISABLED: Msaa[src]

pub const _2X: Msaa[src]

pub const _4X: Msaa[src]

pub const _8X: Msaa[src]

pub const _16X: Msaa[src]

Trait Implementations

impl Clone for Msaa[src]

impl Copy for Msaa[src]

impl Debug for Msaa[src]

impl Eq for Msaa[src]

impl From<Msaa> for i64[src]

impl From<i64> for Msaa[src]

impl Hash for Msaa[src]

impl Ord for Msaa[src]

impl PartialEq<Msaa> for Msaa[src]

impl PartialOrd<Msaa> for Msaa[src]

impl StructuralEq for Msaa[src]

impl StructuralPartialEq for Msaa[src]

Auto Trait Implementations

impl RefUnwindSafe for Msaa

impl Send for Msaa

impl Sync for Msaa

impl Unpin for Msaa

impl UnwindSafe for Msaa

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> 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.