#[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: u32
total number of CA card and module slots
slot_type: u32
bitmap with all supported types as defined at ca_slot_info
descr_num: u32
total number of descrambler slots (keys)
descr_type: u32
bitmap with all supported types as defined at ca_descr_info
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaCaps
impl RefUnwindSafe for CaCaps
impl Send for CaCaps
impl Sync for CaCaps
impl Unpin for CaCaps
impl UnwindSafe for CaCaps
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