#[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 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§fn default() -> DIPROPCALPOV
fn default() -> DIPROPCALPOV
Returns the “default value” for a type. Read more
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