Union windows_sys::Win32::Globalization::UCPTrieData
#[repr(C)]
pub union UCPTrieData {
pub ptr0: *const c_void,
pub ptr16: *const u16,
pub ptr32: *const u32,
pub ptr8: *const u8,
}
Fields§
§ptr0: *const c_void
§ptr16: *const u16
§ptr32: *const u32
§ptr8: *const u8
Trait Implementations§
§impl Clone for UCPTrieData
impl Clone for UCPTrieData
impl Copy for UCPTrieData
Auto Trait Implementations§
impl RefUnwindSafe for UCPTrieData
impl !Send for UCPTrieData
impl !Sync for UCPTrieData
impl Unpin for UCPTrieData
impl UnwindSafe for UCPTrieData
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