Struct CLIPOBJ
#[repr(C)]pub struct CLIPOBJ {
pub iUniq: u32,
pub rclBounds: RECTL,
pub iDComplexity: u8,
pub iFComplexity: u8,
pub iMode: u8,
pub fjOptions: u8,
}
Fields§
§iUniq: u32
§rclBounds: RECTL
§iDComplexity: u8
§iFComplexity: u8
§iMode: u8
§fjOptions: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLIPOBJ
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