Union rust_icu_sys::UCPTrieData
source · #[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§
source§impl Clone for UCPTrieData
impl Clone for UCPTrieData
source§fn clone(&self) -> UCPTrieData
fn clone(&self) -> UCPTrieData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for UCPTrieData
impl Default 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