#[repr(C)]pub struct dSurfaceParameters {}
Fields§
§mode: c_int
§mu: f64
§mu2: f64
§rho: f64
§rho2: f64
§rhoN: f64
§bounce: f64
§bounce_vel: f64
§soft_erp: f64
§soft_cfm: f64
§motion1: f64
§motion2: f64
§motionN: f64
§slip1: f64
§slip2: f64
Implementations§
Source§impl dSurfaceParameters
impl dSurfaceParameters
Sourcepub fn new() -> dSurfaceParameters
pub fn new() -> dSurfaceParameters
binding construct dSurfaceParameters
Trait Implementations§
Source§impl Clone for dSurfaceParameters
impl Clone for dSurfaceParameters
Source§fn clone(&self) -> dSurfaceParameters
fn clone(&self) -> dSurfaceParameters
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 dSurfaceParameters
impl Debug for dSurfaceParameters
impl Copy for dSurfaceParameters
Auto Trait Implementations§
impl Freeze for dSurfaceParameters
impl RefUnwindSafe for dSurfaceParameters
impl Send for dSurfaceParameters
impl Sync for dSurfaceParameters
impl Unpin for dSurfaceParameters
impl UnwindSafe for dSurfaceParameters
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