#[repr(C)]pub struct ktxOrientation {
pub x: ktxOrientationX,
pub y: ktxOrientationY,
pub z: ktxOrientationZ,
}
Expand description
@~English @brief Struct describing the logical orientation of an image.
Fields§
§x: ktxOrientationX
< Orientation in X
y: ktxOrientationY
< Orientation in Y
z: ktxOrientationZ
< Orientation in Z
Trait Implementations§
Source§impl Clone for ktxOrientation
impl Clone for ktxOrientation
Source§fn clone(&self) -> ktxOrientation
fn clone(&self) -> ktxOrientation
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 ktxOrientation
impl Debug for ktxOrientation
impl Copy for ktxOrientation
Auto Trait Implementations§
impl Freeze for ktxOrientation
impl RefUnwindSafe for ktxOrientation
impl Send for ktxOrientation
impl Sync for ktxOrientation
impl Unpin for ktxOrientation
impl UnwindSafe for ktxOrientation
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