Struct DIRAMPFORCE
#[repr(C)]pub struct DIRAMPFORCE {
pub lStart: i32,
pub lEnd: i32,
}
Fields§
§lStart: i32
§lEnd: i32
Trait Implementations§
§impl Clone for DIRAMPFORCE
impl Clone for DIRAMPFORCE
§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 moreimpl Copy 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