pub struct NativeParam(/* private fields */);Trait Implementations§
Source§impl Clone for NativeParam
impl Clone for NativeParam
Source§fn clone(&self) -> NativeParam
fn clone(&self) -> NativeParam
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 moreSource§impl Debug for NativeParam
impl Debug for NativeParam
Auto Trait Implementations§
impl Freeze for NativeParam
impl RefUnwindSafe for NativeParam
impl Send for NativeParam
impl Sync for NativeParam
impl Unpin for NativeParam
impl UnsafeUnpin for NativeParam
impl UnwindSafe for NativeParam
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