Struct windows_sys::Storage::Streams::UnicodeEncoding
[−]#[repr(transparent)]pub struct UnicodeEncoding(pub i32);
Expand description
Required features: "Storage_Streams"
Tuple Fields
0: i32
Implementations
impl UnicodeEncoding
impl UnicodeEncoding
Trait Implementations
impl Clone for UnicodeEncoding
impl Clone for UnicodeEncoding
impl Copy for UnicodeEncoding
Auto Trait Implementations
impl RefUnwindSafe for UnicodeEncoding
impl Send for UnicodeEncoding
impl Sync for UnicodeEncoding
impl Unpin for UnicodeEncoding
impl UnwindSafe for UnicodeEncoding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more