pub enum OffsetUndefinedAreas {
SetToTransparent,
RepeatEdgePixels,
WrapAround,
}Expand description
offset undefinedAreas: “set to transparent” | “repeat edge pixels” | “wrap around”
Variants§
SetToTransparent
“set to transparent”
RepeatEdgePixels
“repeat edge pixels”
WrapAround
“wrap around”
Trait Implementations§
Source§impl Clone for OffsetUndefinedAreas
impl Clone for OffsetUndefinedAreas
Source§fn clone(&self) -> OffsetUndefinedAreas
fn clone(&self) -> OffsetUndefinedAreas
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OffsetUndefinedAreas
Source§impl Debug for OffsetUndefinedAreas
impl Debug for OffsetUndefinedAreas
impl Eq for OffsetUndefinedAreas
Source§impl PartialEq for OffsetUndefinedAreas
impl PartialEq for OffsetUndefinedAreas
Source§fn eq(&self, other: &OffsetUndefinedAreas) -> bool
fn eq(&self, other: &OffsetUndefinedAreas) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OffsetUndefinedAreas
Auto Trait Implementations§
impl Freeze for OffsetUndefinedAreas
impl RefUnwindSafe for OffsetUndefinedAreas
impl Send for OffsetUndefinedAreas
impl Sync for OffsetUndefinedAreas
impl Unpin for OffsetUndefinedAreas
impl UnsafeUnpin for OffsetUndefinedAreas
impl UnwindSafe for OffsetUndefinedAreas
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more