#[repr(C)]pub struct tagCOMPOSITIONFORM {
pub dwStyle: DWORD,
pub ptCurrentPos: POINT,
pub rcArea: RECT,
}Fields§
§dwStyle: DWORD§ptCurrentPos: POINT§rcArea: RECTTrait Implementations§
Source§impl Clone for tagCOMPOSITIONFORM
impl Clone for tagCOMPOSITIONFORM
Source§fn clone(&self) -> tagCOMPOSITIONFORM
fn clone(&self) -> tagCOMPOSITIONFORM
Returns a duplicate 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
impl Copy 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