#[repr(C)]pub struct tagCOMPOSITIONFORM {
pub dwStyle: DWORD,
pub ptCurrentPos: POINT,
pub rcArea: RECT,
}
Fields§
§dwStyle: DWORD
§ptCurrentPos: POINT
§rcArea: RECT
Trait Implementations§
Source§impl Clone for tagCOMPOSITIONFORM
impl Clone for tagCOMPOSITIONFORM
Source§fn clone(&self) -> tagCOMPOSITIONFORM
fn clone(&self) -> tagCOMPOSITIONFORM
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 tagCOMPOSITIONFORM
impl Debug for tagCOMPOSITIONFORM
Source§impl Ord for tagCOMPOSITIONFORM
impl Ord for tagCOMPOSITIONFORM
Source§fn cmp(&self, other: &tagCOMPOSITIONFORM) -> Ordering
fn cmp(&self, other: &tagCOMPOSITIONFORM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCOMPOSITIONFORM
impl PartialEq for tagCOMPOSITIONFORM
Source§impl PartialOrd for tagCOMPOSITIONFORM
impl PartialOrd for tagCOMPOSITIONFORM
impl Copy for tagCOMPOSITIONFORM
impl Eq for tagCOMPOSITIONFORM
impl StructuralPartialEq for tagCOMPOSITIONFORM
Auto Trait Implementations§
impl Freeze for tagCOMPOSITIONFORM
impl RefUnwindSafe for tagCOMPOSITIONFORM
impl Send for tagCOMPOSITIONFORM
impl Sync for tagCOMPOSITIONFORM
impl Unpin for tagCOMPOSITIONFORM
impl UnwindSafe for tagCOMPOSITIONFORM
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