#[repr(C)]pub struct cec_adapter {
pub path: [c_char; 1024],
pub comm: [c_char; 1024],
}Fields§
§path: [c_char; 1024]< the path to the com port
comm: [c_char; 1024]< the name of the com port
Trait Implementations§
Source§impl Clone for cec_adapter
impl Clone for cec_adapter
Source§fn clone(&self) -> cec_adapter
fn clone(&self) -> cec_adapter
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for cec_adapter
impl Debug for cec_adapter
Source§impl Default for cec_adapter
impl Default for cec_adapter
impl Copy for cec_adapter
Auto Trait Implementations§
impl Freeze for cec_adapter
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more