#[repr(C)]pub struct A_LPoint {
pub x: A_long,
pub y: A_long,
}Fields§
§x: A_long§y: A_longTrait Implementations§
Auto Trait Implementations§
impl Freeze for A_LPoint
impl RefUnwindSafe for A_LPoint
impl Send for A_LPoint
impl Sync for A_LPoint
impl Unpin for A_LPoint
impl UnwindSafe for A_LPoint
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