pub struct DrawSpec {
pub vertices: u32,
pub parameter: Option<usize>,
pub multiplier: u32,
pub topology: DrawTopology,
}Fields§
§vertices: u32§parameter: Option<usize>§multiplier: u32§topology: DrawTopologyImplementations§
Trait Implementations§
impl Eq for DrawSpec
impl StructuralPartialEq for DrawSpec
Auto Trait Implementations§
impl Freeze for DrawSpec
impl RefUnwindSafe for DrawSpec
impl Send for DrawSpec
impl Sync for DrawSpec
impl Unpin for DrawSpec
impl UnsafeUnpin for DrawSpec
impl UnwindSafe for DrawSpec
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