Struct raspberry_pi_sys::libbcm_host::VCOS_CMD_S
source · [−]#[repr(C)]pub struct VCOS_CMD_S {
pub name: *const c_char,
pub args: *const c_char,
pub cmd_fn: VCOS_CMD_FUNC_T,
pub sub_cmd_entry: *mut VCOS_CMD_T,
pub descr: *const c_char,
}Fields
name: *const c_charargs: *const c_charcmd_fn: VCOS_CMD_FUNC_Tsub_cmd_entry: *mut VCOS_CMD_Tdescr: *const c_charTrait Implementations
sourceimpl Clone for VCOS_CMD_S
impl Clone for VCOS_CMD_S
sourcefn clone(&self) -> VCOS_CMD_S
fn clone(&self) -> VCOS_CMD_S
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
sourceimpl Debug for VCOS_CMD_S
impl Debug for VCOS_CMD_S
impl Copy for VCOS_CMD_S
Auto Trait Implementations
impl RefUnwindSafe for VCOS_CMD_S
impl !Send for VCOS_CMD_S
impl !Sync for VCOS_CMD_S
impl Unpin for VCOS_CMD_S
impl UnwindSafe for VCOS_CMD_S
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