pub struct GplSession;Expand description
Type representing the program.
Trait Implementations§
Source§impl Clone for GplSession
impl Clone for GplSession
Source§fn clone(&self) -> GplSession
fn clone(&self) -> GplSession
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GplSession
impl RefUnwindSafe for GplSession
impl Send for GplSession
impl Sync for GplSession
impl Unpin for GplSession
impl UnwindSafe for GplSession
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