Struct libcec_sys::libcec_parameter
source · [−]#[repr(C)]pub struct libcec_parameter {
pub paramType: libcec_parameter_type,
pub paramData: *mut c_void,
}Fields
paramType: libcec_parameter_type< the type of this parameter
paramData: *mut c_void< the value of this parameter
Trait Implementations
sourceimpl Clone for libcec_parameter
impl Clone for libcec_parameter
sourcefn clone(&self) -> libcec_parameter
fn clone(&self) -> libcec_parameter
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 libcec_parameter
impl Debug for libcec_parameter
impl Copy for libcec_parameter
Auto Trait Implementations
impl RefUnwindSafe for libcec_parameter
impl !Send for libcec_parameter
impl !Sync for libcec_parameter
impl Unpin for libcec_parameter
impl UnwindSafe for libcec_parameter
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