#[repr(C)]pub struct SurfaceFriction {
pub front: f32,
pub back: f32,
pub right: f32,
pub left: f32,
pub top: f32,
pub bottom: f32,
}
Fields§
§front: f32
§back: f32
§right: f32
§left: f32
§top: f32
§bottom: f32
Trait Implementations§
Source§impl Clone for SurfaceFriction
impl Clone for SurfaceFriction
Source§fn clone(&self) -> SurfaceFriction
fn clone(&self) -> SurfaceFriction
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 SurfaceFriction
impl Debug for SurfaceFriction
impl Copy for SurfaceFriction
Auto Trait Implementations§
impl Freeze for SurfaceFriction
impl RefUnwindSafe for SurfaceFriction
impl Send for SurfaceFriction
impl Sync for SurfaceFriction
impl Unpin for SurfaceFriction
impl UnwindSafe for SurfaceFriction
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