Struct rust_icu_sys::UDataMemory
source · #[repr(C)]pub struct UDataMemory { /* private fields */ }
Trait Implementations§
source§impl Clone for UDataMemory
impl Clone for UDataMemory
source§fn clone(&self) -> UDataMemory
fn clone(&self) -> UDataMemory
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 Debug for UDataMemory
impl Debug for UDataMemory
impl Copy for UDataMemory
Auto Trait Implementations§
impl RefUnwindSafe for UDataMemory
impl Send for UDataMemory
impl Sync for UDataMemory
impl Unpin for UDataMemory
impl UnwindSafe for UDataMemory
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