#[repr(C)]pub struct tagOBJECTDESCRIPTOR {
pub cbSize: ULONG,
pub clsid: CLSID,
pub dwDrawAspect: DWORD,
pub sizel: SIZEL,
pub pointl: POINTL,
pub dwStatus: DWORD,
pub dwFullUserTypeName: DWORD,
pub dwSrcOfCopy: DWORD,
}Fields§
§cbSize: ULONG§clsid: CLSID§dwDrawAspect: DWORD§sizel: SIZEL§pointl: POINTL§dwStatus: DWORD§dwFullUserTypeName: DWORD§dwSrcOfCopy: DWORDTrait Implementations§
Source§impl Clone for tagOBJECTDESCRIPTOR
impl Clone for tagOBJECTDESCRIPTOR
Source§fn clone(&self) -> tagOBJECTDESCRIPTOR
fn clone(&self) -> tagOBJECTDESCRIPTOR
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 tagOBJECTDESCRIPTOR
impl Debug for tagOBJECTDESCRIPTOR
impl Copy for tagOBJECTDESCRIPTOR
Auto Trait Implementations§
impl Freeze for tagOBJECTDESCRIPTOR
impl RefUnwindSafe for tagOBJECTDESCRIPTOR
impl Send for tagOBJECTDESCRIPTOR
impl Sync for tagOBJECTDESCRIPTOR
impl Unpin for tagOBJECTDESCRIPTOR
impl UnwindSafe for tagOBJECTDESCRIPTOR
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