#[repr(C)]pub struct ShumateCoordinate {
pub parent_instance: GInitiallyUnowned,
}Fields§
§parent_instance: GInitiallyUnownedTrait Implementations§
Source§impl Clone for ShumateCoordinate
impl Clone for ShumateCoordinate
Source§fn clone(&self) -> ShumateCoordinate
fn clone(&self) -> ShumateCoordinate
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 ShumateCoordinate
impl Debug for ShumateCoordinate
impl Copy for ShumateCoordinate
Auto Trait Implementations§
impl Freeze for ShumateCoordinate
impl RefUnwindSafe for ShumateCoordinate
impl !Send for ShumateCoordinate
impl !Sync for ShumateCoordinate
impl Unpin for ShumateCoordinate
impl UnwindSafe for ShumateCoordinate
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