#[repr(u32)]pub enum TiAddressMode {
Repeat = 0,
MirroredRepeat = 1,
ClampToEdge = 2,
}Expand description
Enumeration TiAddressMode
Variants§
Trait Implementations§
Source§impl Clone for TiAddressMode
impl Clone for TiAddressMode
Source§fn clone(&self) -> TiAddressMode
fn clone(&self) -> TiAddressMode
Returns a duplicate 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 moreSource§impl Debug for TiAddressMode
impl Debug for TiAddressMode
Source§impl Hash for TiAddressMode
impl Hash for TiAddressMode
Source§impl Ord for TiAddressMode
impl Ord for TiAddressMode
Source§fn cmp(&self, other: &TiAddressMode) -> Ordering
fn cmp(&self, other: &TiAddressMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TiAddressMode
impl PartialEq for TiAddressMode
Source§impl PartialOrd for TiAddressMode
impl PartialOrd for TiAddressMode
impl Copy for TiAddressMode
impl Eq for TiAddressMode
impl StructuralPartialEq for TiAddressMode
Auto Trait Implementations§
impl Freeze for TiAddressMode
impl RefUnwindSafe for TiAddressMode
impl Send for TiAddressMode
impl Sync for TiAddressMode
impl Unpin for TiAddressMode
impl UnwindSafe for TiAddressMode
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