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