#[repr(C)]pub struct SMCSHCHANGENOTIFYSTRUCT {
pub lEvent: i32,
pub pidl1: *mut ITEMIDLIST,
pub pidl2: *mut ITEMIDLIST,
}Fields§
§lEvent: i32§pidl1: *mut ITEMIDLIST§pidl2: *mut ITEMIDLISTTrait Implementations§
Source§impl Abi for SMCSHCHANGENOTIFYSTRUCT
impl Abi for SMCSHCHANGENOTIFYSTRUCT
Source§type Abi = SMCSHCHANGENOTIFYSTRUCT
type Abi = SMCSHCHANGENOTIFYSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = SMCSHCHANGENOTIFYSTRUCT
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 SMCSHCHANGENOTIFYSTRUCT
impl Clone for SMCSHCHANGENOTIFYSTRUCT
Source§fn clone(&self) -> SMCSHCHANGENOTIFYSTRUCT
fn clone(&self) -> SMCSHCHANGENOTIFYSTRUCT
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 SMCSHCHANGENOTIFYSTRUCT
impl Debug for SMCSHCHANGENOTIFYSTRUCT
Source§impl Default for SMCSHCHANGENOTIFYSTRUCT
impl Default for SMCSHCHANGENOTIFYSTRUCT
Source§impl PartialEq for SMCSHCHANGENOTIFYSTRUCT
impl PartialEq for SMCSHCHANGENOTIFYSTRUCT
impl Copy for SMCSHCHANGENOTIFYSTRUCT
impl Eq for SMCSHCHANGENOTIFYSTRUCT
Auto Trait Implementations§
impl Freeze for SMCSHCHANGENOTIFYSTRUCT
impl RefUnwindSafe for SMCSHCHANGENOTIFYSTRUCT
impl !Send for SMCSHCHANGENOTIFYSTRUCT
impl !Sync for SMCSHCHANGENOTIFYSTRUCT
impl Unpin for SMCSHCHANGENOTIFYSTRUCT
impl UnwindSafe for SMCSHCHANGENOTIFYSTRUCT
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