#[repr(C)]pub enum AiTextureMapMode {
Wrap = 0,
Clamp = 1,
Mirror = 2,
Decal = 3,
}Variants§
Trait Implementations§
Source§impl Clone for AiTextureMapMode
impl Clone for AiTextureMapMode
Source§fn clone(&self) -> AiTextureMapMode
fn clone(&self) -> AiTextureMapMode
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 AiTextureMapMode
Source§impl Debug for AiTextureMapMode
impl Debug for AiTextureMapMode
impl Eq for AiTextureMapMode
Source§impl PartialEq for AiTextureMapMode
impl PartialEq for AiTextureMapMode
Source§fn eq(&self, other: &AiTextureMapMode) -> bool
fn eq(&self, other: &AiTextureMapMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AiTextureMapMode
Auto Trait Implementations§
impl Freeze for AiTextureMapMode
impl RefUnwindSafe for AiTextureMapMode
impl Send for AiTextureMapMode
impl Sync for AiTextureMapMode
impl Unpin for AiTextureMapMode
impl UnsafeUnpin for AiTextureMapMode
impl UnwindSafe for AiTextureMapMode
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