pub enum ExternalTextureRotation {
Rotate0Degrees,
Rotate90Degrees,
Rotate180Degrees,
Rotate270Degrees,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalTextureRotation
impl Clone for ExternalTextureRotation
Source§fn clone(&self) -> ExternalTextureRotation
fn clone(&self) -> ExternalTextureRotation
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 ExternalTextureRotation
impl Debug for ExternalTextureRotation
Source§impl From<ExternalTextureRotation> for c_uint
impl From<ExternalTextureRotation> for c_uint
Source§fn from(value: ExternalTextureRotation) -> Self
fn from(value: ExternalTextureRotation) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ExternalTextureRotation
impl From<u32> for ExternalTextureRotation
Source§impl Hash for ExternalTextureRotation
impl Hash for ExternalTextureRotation
Source§impl PartialEq for ExternalTextureRotation
impl PartialEq for ExternalTextureRotation
impl Copy for ExternalTextureRotation
impl Eq for ExternalTextureRotation
impl StructuralPartialEq for ExternalTextureRotation
Auto Trait Implementations§
impl Freeze for ExternalTextureRotation
impl RefUnwindSafe for ExternalTextureRotation
impl Send for ExternalTextureRotation
impl Sync for ExternalTextureRotation
impl Unpin for ExternalTextureRotation
impl UnsafeUnpin for ExternalTextureRotation
impl UnwindSafe for ExternalTextureRotation
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