Struct raspberry_pi_sys::libbcm_host::vchi_connection_t
source · [−]#[repr(C)]pub struct vchi_connection_t {
pub api: *const VCHI_CONNECTION_API_T,
pub state: *mut VCHI_CONNECTION_STATE_T,
pub sem: VCOS_SEMAPHORE_T,
}Fields
api: *const VCHI_CONNECTION_API_Tstate: *mut VCHI_CONNECTION_STATE_Tsem: VCOS_SEMAPHORE_TTrait Implementations
sourceimpl Clone for vchi_connection_t
impl Clone for vchi_connection_t
sourcefn clone(&self) -> vchi_connection_t
fn clone(&self) -> vchi_connection_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for vchi_connection_t
Auto Trait Implementations
impl RefUnwindSafe for vchi_connection_t
impl !Send for vchi_connection_t
impl !Sync for vchi_connection_t
impl Unpin for vchi_connection_t
impl UnwindSafe for vchi_connection_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more