#[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: DWORD
Trait Implementations§
Source§impl Clone for tagOBJECTDESCRIPTOR
impl Clone for tagOBJECTDESCRIPTOR
Source§fn clone(&self) -> tagOBJECTDESCRIPTOR
fn clone(&self) -> tagOBJECTDESCRIPTOR
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 tagOBJECTDESCRIPTOR
impl Debug for tagOBJECTDESCRIPTOR
Source§impl Ord for tagOBJECTDESCRIPTOR
impl Ord for tagOBJECTDESCRIPTOR
Source§fn cmp(&self, other: &tagOBJECTDESCRIPTOR) -> Ordering
fn cmp(&self, other: &tagOBJECTDESCRIPTOR) -> 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 tagOBJECTDESCRIPTOR
impl PartialEq for tagOBJECTDESCRIPTOR
Source§impl PartialOrd for tagOBJECTDESCRIPTOR
impl PartialOrd for tagOBJECTDESCRIPTOR
impl Copy for tagOBJECTDESCRIPTOR
impl Eq for tagOBJECTDESCRIPTOR
impl StructuralPartialEq 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