pub struct EncoderCodePage(pub u32);Expand description
Encoding for use WinAPI calls: MultiByteToWideChar and WideCharToMultiByte.
Tuple Fields§
§0: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncoderCodePage
impl RefUnwindSafe for EncoderCodePage
impl Send for EncoderCodePage
impl Sync for EncoderCodePage
impl Unpin for EncoderCodePage
impl UnwindSafe for EncoderCodePage
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