pub struct LinuxCaDevice { /* private fields */ }Expand description
A CaDevice backed by a Linux DVB CA character device.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinuxCaDevice
impl RefUnwindSafe for LinuxCaDevice
impl Send for LinuxCaDevice
impl Sync for LinuxCaDevice
impl Unpin for LinuxCaDevice
impl UnsafeUnpin for LinuxCaDevice
impl UnwindSafe for LinuxCaDevice
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