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