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