#[repr(C)]pub struct uc_struct { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for uc_struct
impl RefUnwindSafe for uc_struct
impl Send for uc_struct
impl Sync for uc_struct
impl Unpin for uc_struct
impl UnwindSafe for uc_struct
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