Struct DICONSTANTFORCE
#[repr(C)]pub struct DICONSTANTFORCE {
pub lMagnitude: i32,
}Fields§
§lMagnitude: i32Trait Implementations§
§impl Clone for DICONSTANTFORCE
impl Clone for DICONSTANTFORCE
§fn clone(&self) -> DICONSTANTFORCE
fn clone(&self) -> DICONSTANTFORCE
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 more§impl Default for DICONSTANTFORCE
impl Default for DICONSTANTFORCE
§fn default() -> DICONSTANTFORCE
fn default() -> DICONSTANTFORCE
Returns the “default value” for a type. Read more
impl Copy for DICONSTANTFORCE
Auto Trait Implementations§
impl Freeze for DICONSTANTFORCE
impl RefUnwindSafe for DICONSTANTFORCE
impl Send for DICONSTANTFORCE
impl Sync for DICONSTANTFORCE
impl Unpin for DICONSTANTFORCE
impl UnwindSafe for DICONSTANTFORCE
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