Struct windows_sys::Win32::Globalization::USerializedSet
[−]#[repr(C)]pub struct USerializedSet {
pub array: *const u16,
pub bmpLength: i32,
pub length: i32,
pub staticArray: [u16; 8],
}
Expand description
Required features: "Win32_Globalization"
Fields
array: *const u16
bmpLength: i32
length: i32
staticArray: [u16; 8]
Trait Implementations
impl Clone for USerializedSet
impl Clone for USerializedSet
impl Copy for USerializedSet
Auto Trait Implementations
impl RefUnwindSafe for USerializedSet
impl !Send for USerializedSet
impl !Sync for USerializedSet
impl Unpin for USerializedSet
impl UnwindSafe for USerializedSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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