#[repr(C)]pub struct CubemapFace {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl CubemapFace
impl CubemapFace
pub fn unknown() -> Self
pub fn positive_x() -> Self
pub fn negative_x() -> Self
pub fn positive_y() -> Self
pub fn negative_y() -> Self
pub fn positive_z() -> Self
pub fn negative_z() -> Self
Trait Implementations§
Source§impl ClassIdentity for CubemapFace
impl ClassIdentity for CubemapFace
Source§impl Clone for CubemapFace
impl Clone for CubemapFace
Source§fn clone(&self) -> CubemapFace
fn clone(&self) -> CubemapFace
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CubemapFace
impl Debug for CubemapFace
Source§impl PartialEq for CubemapFace
impl PartialEq for CubemapFace
impl Copy for CubemapFace
impl Eq for CubemapFace
impl StructuralPartialEq for CubemapFace
Auto Trait Implementations§
impl Freeze for CubemapFace
impl RefUnwindSafe for CubemapFace
impl Send for CubemapFace
impl Sync for CubemapFace
impl Unpin for CubemapFace
impl UnwindSafe for CubemapFace
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)