Struct windows_sys::Win32::System::Ole::OBJECTDESCRIPTOR
[−]#[repr(C)]pub struct OBJECTDESCRIPTOR {
pub cbSize: u32,
pub clsid: GUID,
pub dwDrawAspect: u32,
pub sizel: SIZE,
pub pointl: POINTL,
pub dwStatus: u32,
pub dwFullUserTypeName: u32,
pub dwSrcOfCopy: u32,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Foundation"
Fields
cbSize: u32
clsid: GUID
dwDrawAspect: u32
sizel: SIZE
pointl: POINTL
dwStatus: u32
dwFullUserTypeName: u32
dwSrcOfCopy: u32
Trait Implementations
impl Clone for OBJECTDESCRIPTOR
impl Clone for OBJECTDESCRIPTOR
impl Copy for OBJECTDESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for OBJECTDESCRIPTOR
impl Send for OBJECTDESCRIPTOR
impl Sync for OBJECTDESCRIPTOR
impl Unpin for OBJECTDESCRIPTOR
impl UnwindSafe for OBJECTDESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more