#[repr(C)]pub struct SPDConnection_threaddata {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for SPDConnection_threaddata
impl Clone for SPDConnection_threaddata
Source§fn clone(&self) -> SPDConnection_threaddata
fn clone(&self) -> SPDConnection_threaddata
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 SPDConnection_threaddata
impl Debug for SPDConnection_threaddata
impl Copy for SPDConnection_threaddata
Auto Trait Implementations§
impl Freeze for SPDConnection_threaddata
impl RefUnwindSafe for SPDConnection_threaddata
impl Send for SPDConnection_threaddata
impl Sync for SPDConnection_threaddata
impl Unpin for SPDConnection_threaddata
impl UnwindSafe for SPDConnection_threaddata
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