pub struct WindingOrderFB(/* private fields */);
Expand description
See XrWindingOrderFB
Implementations§
Source§impl WindingOrderFB
impl WindingOrderFB
Sourcepub const UNKNOWN: WindingOrderFB
pub const UNKNOWN: WindingOrderFB
Winding order is unknown and the runtime cannot make any assumptions on the triangle orientation
Sourcepub const CW: WindingOrderFB
pub const CW: WindingOrderFB
Clockwise winding order
Sourcepub const CCW: WindingOrderFB
pub const CCW: WindingOrderFB
Counter-clockwise winding order
pub fn from_raw(x: i32) -> WindingOrderFB
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for WindingOrderFB
impl Clone for WindingOrderFB
Source§fn clone(&self) -> WindingOrderFB
fn clone(&self) -> WindingOrderFB
Returns a copy 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 WindingOrderFB
impl Debug for WindingOrderFB
Source§impl PartialEq for WindingOrderFB
impl PartialEq for WindingOrderFB
impl Copy for WindingOrderFB
impl Eq for WindingOrderFB
impl StructuralPartialEq for WindingOrderFB
Auto Trait Implementations§
impl Freeze for WindingOrderFB
impl RefUnwindSafe for WindingOrderFB
impl Send for WindingOrderFB
impl Sync for WindingOrderFB
impl Unpin for WindingOrderFB
impl UnwindSafe for WindingOrderFB
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