#[repr(C)]pub struct DIRAMPFORCE {
pub lStart: i32,
pub lEnd: i32,
}
Fields§
§lStart: i32
§lEnd: i32
Trait Implementations§
Source§impl Abi for DIRAMPFORCE
impl Abi for DIRAMPFORCE
Source§type Abi = DIRAMPFORCE
type Abi = DIRAMPFORCE
The abi representation of the implementing type. Read more
type DefaultType = DIRAMPFORCE
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 DIRAMPFORCE
impl Clone for DIRAMPFORCE
Source§fn clone(&self) -> DIRAMPFORCE
fn clone(&self) -> DIRAMPFORCE
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 DIRAMPFORCE
impl Debug for DIRAMPFORCE
Source§impl Default for DIRAMPFORCE
impl Default for DIRAMPFORCE
Source§impl PartialEq for DIRAMPFORCE
impl PartialEq for DIRAMPFORCE
impl Copy for DIRAMPFORCE
impl Eq for DIRAMPFORCE
Auto Trait Implementations§
impl Freeze for DIRAMPFORCE
impl RefUnwindSafe for DIRAMPFORCE
impl Send for DIRAMPFORCE
impl Sync for DIRAMPFORCE
impl Unpin for DIRAMPFORCE
impl UnwindSafe for DIRAMPFORCE
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