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