Struct rust_rcs_core::ffi::icc::IccChannel
source · pub struct IccChannel { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
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