Type Alias SamplingMode
pub type SamplingMode = SkFilterMode;
👎Deprecated since 0.38.0: Use FilterMode
Aliased Type§
enum SamplingMode {
Nearest = 0,
Linear = 1,
}
Variants§
Implementations
§impl SkFilterMode
impl SkFilterMode
pub const Last: SkFilterMode = SkFilterMode::Linear
Trait Implementations
§impl Clone for SkFilterMode
impl Clone for SkFilterMode
§fn clone(&self) -> SkFilterMode
fn clone(&self) -> SkFilterMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more