pub struct CullingState {
pub mode: CullFace,
pub winding: VertexWinding,
}Fields§
§mode: CullFace§winding: VertexWindingTrait Implementations§
Source§impl Clone for CullingState
impl Clone for CullingState
Source§fn clone(&self) -> CullingState
fn clone(&self) -> CullingState
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 CullingState
impl Debug for CullingState
Source§impl PartialEq for CullingState
impl PartialEq for CullingState
impl Copy for CullingState
impl Eq for CullingState
impl StructuralPartialEq for CullingState
Auto Trait Implementations§
impl Freeze for CullingState
impl RefUnwindSafe for CullingState
impl Send for CullingState
impl Sync for CullingState
impl Unpin for CullingState
impl UnwindSafe for CullingState
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