pub struct Input<'a> {
pub clipped_meshes: &'a Vec<ClippedMesh>,
pub context: CtxRef,
}Fields§
§clipped_meshes: &'a Vec<ClippedMesh>§context: CtxRefAuto Trait Implementations§
impl<'a> Freeze for Input<'a>
impl<'a> !RefUnwindSafe for Input<'a>
impl<'a> Send for Input<'a>
impl<'a> Sync for Input<'a>
impl<'a> Unpin for Input<'a>
impl<'a> !UnwindSafe for Input<'a>
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