pub struct GpadlMapView(/* private fields */);
Expand description
A GPADL map view for mapping GPADLs.
Implementations§
Source§impl GpadlMapView
impl GpadlMapView
Trait Implementations§
Source§impl Clone for GpadlMapView
impl Clone for GpadlMapView
Source§fn clone(&self) -> GpadlMapView
fn clone(&self) -> GpadlMapView
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GpadlMapView
impl Debug for GpadlMapView
Source§impl Default for GpadlMapView
impl Default for GpadlMapView
Source§fn default() -> GpadlMapView
fn default() -> GpadlMapView
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GpadlMapView
impl !RefUnwindSafe for GpadlMapView
impl Send for GpadlMapView
impl Sync for GpadlMapView
impl Unpin for GpadlMapView
impl !UnwindSafe for GpadlMapView
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