#[repr(C)]pub struct PF_Point {
pub __bindgen_anon_1: PF_Point__bindgen_ty_1,
pub __bindgen_anon_2: PF_Point__bindgen_ty_2,
}Fields§
§__bindgen_anon_1: PF_Point__bindgen_ty_1§__bindgen_anon_2: PF_Point__bindgen_ty_2Trait 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