pub struct IChannelArray { /* private fields */ }Trait Implementations§
Source§impl Clone for IChannelArray
impl Clone for IChannelArray
Source§fn clone(&self) -> IChannelArray
fn clone(&self) -> IChannelArray
Returns a duplicate 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 IChannelArray
impl Debug for IChannelArray
impl Copy for IChannelArray
Auto Trait Implementations§
impl Freeze for IChannelArray
impl RefUnwindSafe for IChannelArray
impl Send for IChannelArray
impl Sync for IChannelArray
impl Unpin for IChannelArray
impl UnsafeUnpin for IChannelArray
impl UnwindSafe for IChannelArray
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