Enum rust_rpg_toolkit::prelude::FilterMode [−]
pub enum FilterMode {
Linear,
Nearest,
}
Variants
Trait Implementations
impl Clone for FilterMode
impl Clone for FilterMode
pub fn clone(&self) -> FilterMode
pub fn clone(&self) -> FilterMode
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for FilterMode
impl Debug for FilterMode
impl PartialEq<FilterMode> for FilterMode
impl PartialEq<FilterMode> for FilterMode
impl Copy for FilterMode
impl StructuralPartialEq for FilterMode
Auto Trait Implementations
impl RefUnwindSafe for FilterMode
impl Send for FilterMode
impl Sync for FilterMode
impl Unpin for FilterMode
impl UnwindSafe for FilterMode
Blanket Implementations
Mutably borrows from an owned value. Read more