Struct libktx_rs_sys::ktxOrientation [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for ktxOrientationimpl Send for ktxOrientationimpl Sync for ktxOrientationimpl Unpin for ktxOrientationimpl UnwindSafe for ktxOrientationBlanket Implementations
Mutably borrows from an owned value. Read more