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