#[repr(transparent)]pub struct ShFindChangeNotificationHandle(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for ShFindChangeNotificationHandle
impl Abi for ShFindChangeNotificationHandle
Source§type Abi = ShFindChangeNotificationHandle
type Abi = ShFindChangeNotificationHandle
The abi representation of the implementing type. Read more
type DefaultType = ShFindChangeNotificationHandle
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 ShFindChangeNotificationHandle
impl Clone for ShFindChangeNotificationHandle
Source§fn clone(&self) -> ShFindChangeNotificationHandle
fn clone(&self) -> ShFindChangeNotificationHandle
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 moreimpl Copy for ShFindChangeNotificationHandle
impl Eq for ShFindChangeNotificationHandle
Auto Trait Implementations§
impl Freeze for ShFindChangeNotificationHandle
impl RefUnwindSafe for ShFindChangeNotificationHandle
impl Send for ShFindChangeNotificationHandle
impl Sync for ShFindChangeNotificationHandle
impl Unpin for ShFindChangeNotificationHandle
impl UnwindSafe for ShFindChangeNotificationHandle
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