pub struct CecCaps { /* private fields */ }Expand description
information about the CEC adapter
Implementations§
Source§impl CecCaps
impl CecCaps
Sourcepub fn available_log_addrs(&self) -> u32
pub fn available_log_addrs(&self) -> u32
number of available logical addresses
Sourcepub fn capabilities(&self) -> Capabilities
pub fn capabilities(&self) -> Capabilities
capabilities of the CEC adapter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CecCaps
impl RefUnwindSafe for CecCaps
impl Send for CecCaps
impl Sync for CecCaps
impl Unpin for CecCaps
impl UnwindSafe for CecCaps
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