[][src]Struct mmal_sys::VCOS_CMD_S

#[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_char

Trait Implementations

impl Clone for VCOS_CMD_S[src]

impl Copy for VCOS_CMD_S[src]

impl Debug for VCOS_CMD_S[src]

Auto Trait Implementations

impl !Send for VCOS_CMD_S

impl Unpin for VCOS_CMD_S

impl !Sync for VCOS_CMD_S

impl UnwindSafe for VCOS_CMD_S

impl RefUnwindSafe for VCOS_CMD_S

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]