Struct witx::HandleDatatype
source · [−]pub struct HandleDatatype {}
Implementations
sourceimpl HandleDatatype
impl HandleDatatype
Trait Implementations
sourceimpl Clone for HandleDatatype
impl Clone for HandleDatatype
sourcefn clone(&self) -> HandleDatatype
fn clone(&self) -> HandleDatatype
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for HandleDatatype
impl Debug for HandleDatatype
sourceimpl Hash for HandleDatatype
impl Hash for HandleDatatype
sourceimpl Layout for HandleDatatype
impl Layout for HandleDatatype
sourceimpl PartialEq<HandleDatatype> for HandleDatatype
impl PartialEq<HandleDatatype> for HandleDatatype
impl Eq for HandleDatatype
impl StructuralEq for HandleDatatype
impl StructuralPartialEq for HandleDatatype
Auto Trait Implementations
impl RefUnwindSafe for HandleDatatype
impl Send for HandleDatatype
impl Sync for HandleDatatype
impl Unpin for HandleDatatype
impl UnwindSafe for HandleDatatype
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more