Struct miniblink_sys::_tagWkeString
source · #[repr(C)]pub struct _tagWkeString { /* private fields */ }Trait Implementations§
source§impl Clone for _tagWkeString
impl Clone for _tagWkeString
source§fn clone(&self) -> _tagWkeString
fn clone(&self) -> _tagWkeString
Returns a copy of the value. Read more
1.0.0 · 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 _tagWkeString
impl Debug for _tagWkeString
impl Copy for _tagWkeString
Auto Trait Implementations§
impl Freeze for _tagWkeString
impl RefUnwindSafe for _tagWkeString
impl Send for _tagWkeString
impl Sync for _tagWkeString
impl Unpin for _tagWkeString
impl UnwindSafe for _tagWkeString
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