#[repr(C)]pub struct PF_AngleDef {
pub value: PF_Fixed,
pub dephault: PF_Fixed,
pub valid_min: PF_Fixed,
pub valid_max: PF_Fixed,
}Expand description
Angle – PF_Param_ANGLE
Fields§
§value: PF_Fixed§dephault: PF_Fixed§valid_min: PF_Fixed§valid_max: PF_FixedTrait Implementations§
Source§impl Clone for PF_AngleDef
impl Clone for PF_AngleDef
Source§fn clone(&self) -> PF_AngleDef
fn clone(&self) -> PF_AngleDef
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_AngleDef
impl Debug for PF_AngleDef
impl Copy for PF_AngleDef
Auto Trait Implementations§
impl Freeze for PF_AngleDef
impl RefUnwindSafe for PF_AngleDef
impl Send for PF_AngleDef
impl Sync for PF_AngleDef
impl Unpin for PF_AngleDef
impl UnwindSafe for PF_AngleDef
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