pub struct IccChannel { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IccChannel
impl RefUnwindSafe for IccChannel
impl Send for IccChannel
impl Sync for IccChannel
impl Unpin for IccChannel
impl UnwindSafe for IccChannel
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