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