#[repr(C)]pub struct PF_FixedPoint {
pub x: PF_Fixed,
pub y: PF_Fixed,
}Fields§
§x: PF_Fixed§y: PF_FixedTrait Implementations§
Source§impl Clone for PF_FixedPoint
impl Clone for PF_FixedPoint
Source§fn clone(&self) -> PF_FixedPoint
fn clone(&self) -> PF_FixedPoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PF_FixedPoint
impl Debug for PF_FixedPoint
impl Copy for PF_FixedPoint
Auto Trait Implementations§
impl Freeze for PF_FixedPoint
impl RefUnwindSafe for PF_FixedPoint
impl Send for PF_FixedPoint
impl Sync for PF_FixedPoint
impl Unpin for PF_FixedPoint
impl UnwindSafe for PF_FixedPoint
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