#[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,
}Fields§
§cbSize: u32§clsid: Guid§dwDrawAspect: u32§sizel: SIZE§pointl: POINTL§dwStatus: u32§dwFullUserTypeName: u32§dwSrcOfCopy: u32Trait Implementations§
Source§impl Abi for OBJECTDESCRIPTOR
impl Abi for OBJECTDESCRIPTOR
Source§type Abi = OBJECTDESCRIPTOR
type Abi = OBJECTDESCRIPTOR
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for OBJECTDESCRIPTOR
impl Clone for OBJECTDESCRIPTOR
Source§fn clone(&self) -> OBJECTDESCRIPTOR
fn clone(&self) -> OBJECTDESCRIPTOR
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 OBJECTDESCRIPTOR
impl Debug for OBJECTDESCRIPTOR
Source§impl Default for OBJECTDESCRIPTOR
impl Default for OBJECTDESCRIPTOR
Source§impl PartialEq for OBJECTDESCRIPTOR
impl PartialEq for OBJECTDESCRIPTOR
impl Copy for OBJECTDESCRIPTOR
impl Eq for OBJECTDESCRIPTOR
Auto Trait Implementations§
impl Freeze for OBJECTDESCRIPTOR
impl RefUnwindSafe for OBJECTDESCRIPTOR
impl Send for OBJECTDESCRIPTOR
impl Sync for OBJECTDESCRIPTOR
impl Unpin for OBJECTDESCRIPTOR
impl UnwindSafe for OBJECTDESCRIPTOR
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