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