Struct DIPROPCALPOV
#[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§
§impl Clone for DIPROPCALPOV
impl Clone for DIPROPCALPOV
§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 more§impl Debug for DIPROPCALPOV
impl Debug for DIPROPCALPOV
§impl Default for DIPROPCALPOV
impl Default for DIPROPCALPOV
§impl PartialEq for DIPROPCALPOV
impl PartialEq for DIPROPCALPOV
impl Copy for DIPROPCALPOV
impl StructuralPartialEq 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