#[repr(C)]pub struct HhandleListT { /* private fields */ }Trait Implementations§
Source§impl Clone for HhandleListT
impl Clone for HhandleListT
Source§fn clone(&self) -> HhandleListT
fn clone(&self) -> HhandleListT
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 HhandleListT
impl Debug for HhandleListT
impl Copy for HhandleListT
Auto Trait Implementations§
impl Freeze for HhandleListT
impl RefUnwindSafe for HhandleListT
impl Send for HhandleListT
impl Sync for HhandleListT
impl Unpin for HhandleListT
impl UnwindSafe for HhandleListT
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