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