Struct libcec_sys::cec_adapter
source · [−]Fields
path: [c_char; 1024]< the path to the com port
comm: [c_char; 1024]< the name of the com port
Trait Implementations
sourceimpl Clone for cec_adapter
impl Clone for cec_adapter
sourcefn clone(&self) -> cec_adapter
fn clone(&self) -> cec_adapter
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 cec_adapter
Auto Trait Implementations
impl RefUnwindSafe for cec_adapter
impl Send for cec_adapter
impl Sync for cec_adapter
impl Unpin for cec_adapter
impl UnwindSafe for cec_adapter
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