#[repr(C)]pub struct COPYFILE2_MESSAGE {
pub Type: COPYFILE2_MESSAGE_TYPE,
pub dwPadding: u32,
pub Info: COPYFILE2_MESSAGE_0,
}Fields§
§Type: COPYFILE2_MESSAGE_TYPE§dwPadding: u32§Info: COPYFILE2_MESSAGE_0Trait Implementations§
Source§impl Abi for COPYFILE2_MESSAGE
impl Abi for COPYFILE2_MESSAGE
Source§type Abi = COPYFILE2_MESSAGE
type Abi = COPYFILE2_MESSAGE
The abi representation of the implementing type. Read more
type DefaultType = COPYFILE2_MESSAGE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for COPYFILE2_MESSAGE
impl Clone for COPYFILE2_MESSAGE
Source§fn clone(&self) -> COPYFILE2_MESSAGE
fn clone(&self) -> COPYFILE2_MESSAGE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for COPYFILE2_MESSAGE
impl Eq for COPYFILE2_MESSAGE
Auto Trait Implementations§
impl Freeze for COPYFILE2_MESSAGE
impl RefUnwindSafe for COPYFILE2_MESSAGE
impl Send for COPYFILE2_MESSAGE
impl Sync for COPYFILE2_MESSAGE
impl Unpin for COPYFILE2_MESSAGE
impl UnsafeUnpin for COPYFILE2_MESSAGE
impl UnwindSafe for COPYFILE2_MESSAGE
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