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