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