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