pub struct IMLangConvertCharset(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IMLangConvertCharset
impl !Sync for IMLangConvertCharset
impl Freeze for IMLangConvertCharset
impl RefUnwindSafe for IMLangConvertCharset
impl Unpin for IMLangConvertCharset
impl UnsafeUnpin for IMLangConvertCharset
impl UnwindSafe for IMLangConvertCharset
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