pub struct GeometryPerVertexIn;Expand description
Read-only, input geometry shader environment.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeometryPerVertexIn
impl RefUnwindSafe for GeometryPerVertexIn
impl Send for GeometryPerVertexIn
impl Sync for GeometryPerVertexIn
impl Unpin for GeometryPerVertexIn
impl UnwindSafe for GeometryPerVertexIn
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