Enum gdnative_common::ViewportMSAA [−][src]
#[repr(u32)]pub enum ViewportMSAA { Disabled, Msaa2x, Msaa4x, Msaa8x, Msaa16x, }
Variants
DisabledMsaa2xMsaa4xMsaa8xMsaa16x
Trait Implementations
impl Copy for ViewportMSAA[src]
impl Copy for ViewportMSAAimpl Clone for ViewportMSAA[src]
impl Clone for ViewportMSAAfn clone(&self) -> ViewportMSAA[src]
fn clone(&self) -> ViewportMSAAReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ViewportMSAA[src]
impl Debug for ViewportMSAAfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ViewportMSAA[src]
impl PartialEq for ViewportMSAAfn eq(&self, other: &ViewportMSAA) -> bool[src]
fn eq(&self, other: &ViewportMSAA) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ViewportMSAA[src]
impl Eq for ViewportMSAAimpl Hash for ViewportMSAA[src]
impl Hash for ViewportMSAAAuto Trait Implementations
impl Send for ViewportMSAA
impl Send for ViewportMSAAimpl Sync for ViewportMSAA
impl Sync for ViewportMSAA