#[repr(C)]pub struct CaCaps {
pub slot_num: u32,
pub slot_type: u32,
pub descr_num: u32,
pub descr_type: u32,
}Expand description
CA slot interface capabilities
Fields
slot_num: u32total number of CA card and module slots
slot_type: u32bitmap with all supported types as defined at ca_slot_info
descr_num: u32total number of descrambler slots (keys)
descr_type: u32bitmap with all supported types as defined at ca_descr_info
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CaCaps
impl Send for CaCaps
impl Sync for CaCaps
impl Unpin for CaCaps
impl UnwindSafe for CaCaps
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