pub struct PolygonState {
pub culling_state: Option<CullingState>,
pub polygon_offset_units: f32,
pub polygon_offset_factor: f32,
}Fields§
§culling_state: Option<CullingState>§polygon_offset_units: f32§polygon_offset_factor: f32Trait Implementations§
Source§impl Clone for PolygonState
impl Clone for PolygonState
Source§fn clone(&self) -> PolygonState
fn clone(&self) -> PolygonState
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 PolygonState
impl Debug for PolygonState
Source§impl Default for PolygonState
impl Default for PolygonState
Source§impl PartialEq for PolygonState
impl PartialEq for PolygonState
impl Copy for PolygonState
impl StructuralPartialEq for PolygonState
Auto Trait Implementations§
impl Freeze for PolygonState
impl RefUnwindSafe for PolygonState
impl Send for PolygonState
impl Sync for PolygonState
impl Unpin for PolygonState
impl UnwindSafe for PolygonState
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