pub struct DrawArgs<'a> {
pub cx: &'a mut Context,
pub vger: &'a mut Vger,
}Fields§
§cx: &'a mut Context§vger: &'a mut VgerAuto Trait Implementations§
impl<'a> Freeze for DrawArgs<'a>
impl<'a> !RefUnwindSafe for DrawArgs<'a>
impl<'a> !Send for DrawArgs<'a>
impl<'a> !Sync for DrawArgs<'a>
impl<'a> Unpin for DrawArgs<'a>
impl<'a> !UnwindSafe for DrawArgs<'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