pub struct UCD_info { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for UCD_info
impl RefUnwindSafe for UCD_info
impl Send for UCD_info
impl Sync for UCD_info
impl Unpin for UCD_info
impl UnwindSafe for UCD_info
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