pub struct _CMI2W<'a> { /* private fields */ }
Available on crate feature
intc
only.Expand description
Proxy
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for _CMI2W<'a>
impl<'a> RefUnwindSafe for _CMI2W<'a>
impl<'a> Send for _CMI2W<'a>
impl<'a> Sync for _CMI2W<'a>
impl<'a> Unpin for _CMI2W<'a>
impl<'a> !UnwindSafe for _CMI2W<'a>
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