Struct windows_sys::Win32::Globalization::LOCALESIGNATURE
[−]#[repr(C)]pub struct LOCALESIGNATURE {
pub lsUsb: [u32; 4],
pub lsCsbDefault: [u32; 2],
pub lsCsbSupported: [u32; 2],
}
Expand description
Required features: "Win32_Globalization"
Fields
lsUsb: [u32; 4]
lsCsbDefault: [u32; 2]
lsCsbSupported: [u32; 2]
Trait Implementations
impl Clone for LOCALESIGNATURE
impl Clone for LOCALESIGNATURE
impl Copy for LOCALESIGNATURE
Auto Trait Implementations
impl RefUnwindSafe for LOCALESIGNATURE
impl Send for LOCALESIGNATURE
impl Sync for LOCALESIGNATURE
impl Unpin for LOCALESIGNATURE
impl UnwindSafe for LOCALESIGNATURE
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