[][src]Struct mmal_sys::VCOS_CMD_PARAM_T

#[repr(C)]
pub struct VCOS_CMD_PARAM_T {
    pub argc: c_int,
    pub argv: *mut *mut c_char,
    pub argv_orig: *mut *mut c_char,
    pub cmd_entry: *mut VCOS_CMD_T,
    pub cmd_parent_entry: *mut VCOS_CMD_T,
    pub use_log: c_int,
    pub result_size: usize,
    pub result_ptr: *mut c_char,
    pub result_buf: *mut c_char,
}

Fields

argc: c_intargv: *mut *mut c_charargv_orig: *mut *mut c_charcmd_entry: *mut VCOS_CMD_Tcmd_parent_entry: *mut VCOS_CMD_Tuse_log: c_intresult_size: usizeresult_ptr: *mut c_charresult_buf: *mut c_char

Trait Implementations

impl Clone for VCOS_CMD_PARAM_T[src]

impl Copy for VCOS_CMD_PARAM_T[src]

impl Debug for VCOS_CMD_PARAM_T[src]

Auto Trait Implementations

impl !Send for VCOS_CMD_PARAM_T

impl Unpin for VCOS_CMD_PARAM_T

impl !Sync for VCOS_CMD_PARAM_T

impl UnwindSafe for VCOS_CMD_PARAM_T

impl RefUnwindSafe for VCOS_CMD_PARAM_T

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]