Struct core_graphics::geometry::CGPoint
source · Fields
x: CGFloat
y: CGFloat
Implementations
Trait Implementations
impl Copy for CGPoint
Auto Trait Implementations
impl RefUnwindSafe for CGPoint
impl Send for CGPoint
impl Sync for CGPoint
impl Unpin for CGPoint
impl UnwindSafe for CGPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more