#[repr(C)]pub struct CLIPOBJ {
pub iUniq: u32,
pub rclBounds: RECTL,
pub iDComplexity: u8,
pub iFComplexity: u8,
pub iMode: u8,
pub fjOptions: u8,
}
Expand description
Required features: ‘Win32_Devices_Display’, ‘Win32_Foundation’
Fields
iUniq: u32
rclBounds: RECTL
iDComplexity: u8
iFComplexity: u8
iMode: u8
fjOptions: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CLIPOBJ
impl Send for CLIPOBJ
impl Sync for CLIPOBJ
impl Unpin for CLIPOBJ
impl UnwindSafe for CLIPOBJ
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more