#[repr(C)]pub struct DICONSTANTFORCE {
pub lMagnitude: i32,
}Fields§
§lMagnitude: i32Trait Implementations§
Source§impl Abi for DICONSTANTFORCE
impl Abi for DICONSTANTFORCE
Source§type Abi = DICONSTANTFORCE
type Abi = DICONSTANTFORCE
The abi representation of the implementing type. Read more
type DefaultType = DICONSTANTFORCE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DICONSTANTFORCE
impl Clone for DICONSTANTFORCE
Source§fn clone(&self) -> DICONSTANTFORCE
fn clone(&self) -> DICONSTANTFORCE
Returns a copy 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 DICONSTANTFORCE
impl Debug for DICONSTANTFORCE
Source§impl Default for DICONSTANTFORCE
impl Default for DICONSTANTFORCE
Source§impl PartialEq for DICONSTANTFORCE
impl PartialEq for DICONSTANTFORCE
impl Copy for DICONSTANTFORCE
impl Eq 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