pub enum WrapOrRepeat {
WrapAround,
RepeatEdgePixels,
}Expand description
“wrap around” | “repeat edge pixels”
Variants§
Trait Implementations§
Source§impl Clone for WrapOrRepeat
impl Clone for WrapOrRepeat
Source§fn clone(&self) -> WrapOrRepeat
fn clone(&self) -> WrapOrRepeat
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 WrapOrRepeat
Source§impl Debug for WrapOrRepeat
impl Debug for WrapOrRepeat
impl Eq for WrapOrRepeat
Source§impl PartialEq for WrapOrRepeat
impl PartialEq for WrapOrRepeat
Source§fn eq(&self, other: &WrapOrRepeat) -> bool
fn eq(&self, other: &WrapOrRepeat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WrapOrRepeat
Auto Trait Implementations§
impl Freeze for WrapOrRepeat
impl RefUnwindSafe for WrapOrRepeat
impl Send for WrapOrRepeat
impl Sync for WrapOrRepeat
impl Unpin for WrapOrRepeat
impl UnsafeUnpin for WrapOrRepeat
impl UnwindSafe for WrapOrRepeat
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