Struct windows_sys::Win32::Devices::Display::CLIPOBJ
#[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_Foundation"
Fields§
§iUniq: u32§rclBounds: RECTL§iDComplexity: u8§iFComplexity: u8§iMode: u8§fjOptions: u8Trait 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§
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