#[repr(C)]pub struct UConverterToUnicodeArgs {
pub size: u16,
pub flush: i8,
pub converter: *mut UConverter,
pub source: PCSTR,
pub sourceLimit: PCSTR,
pub target: *mut u16,
pub targetLimit: *const u16,
pub offsets: *mut i32,
}
Expand description
Required features: "Win32_Globalization"
Fields
size: u16
flush: i8
converter: *mut UConverter
source: PCSTR
sourceLimit: PCSTR
target: *mut u16
targetLimit: *const u16
offsets: *mut i32
Trait Implementations
impl Clone for UConverterToUnicodeArgs
impl Clone for UConverterToUnicodeArgs
impl Copy for UConverterToUnicodeArgs
Auto Trait Implementations
impl RefUnwindSafe for UConverterToUnicodeArgs
impl !Send for UConverterToUnicodeArgs
impl !Sync for UConverterToUnicodeArgs
impl Unpin for UConverterToUnicodeArgs
impl UnwindSafe for UConverterToUnicodeArgs
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