Struct libcec_sys::cec_datapacket
source · [−]Fields
data: [u8; 64]< the actual data
size: u8< the size of the data
Trait Implementations
sourceimpl Clone for cec_datapacket
impl Clone for cec_datapacket
sourcefn clone(&self) -> cec_datapacket
fn clone(&self) -> cec_datapacket
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_datapacket
Auto Trait Implementations
impl RefUnwindSafe for cec_datapacket
impl Send for cec_datapacket
impl Sync for cec_datapacket
impl Unpin for cec_datapacket
impl UnwindSafe for cec_datapacket
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