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