pub struct GPUPrimitiveState {
pub topology: GPUPrimitiveTopology,
pub cull_mode: GPUCullMode,
pub front_face: GPUFrontFace,
}
Fields§
§topology: GPUPrimitiveTopology
§cull_mode: GPUCullMode
§front_face: GPUFrontFace
Auto Trait Implementations§
impl Freeze for GPUPrimitiveState
impl RefUnwindSafe for GPUPrimitiveState
impl Send for GPUPrimitiveState
impl Sync for GPUPrimitiveState
impl Unpin for GPUPrimitiveState
impl UnwindSafe for GPUPrimitiveState
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