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