#[repr(C)]pub struct CaDescr {
pub index: u32,
pub parity: u32,
pub cw: [u8; 8],
}
Expand description
CA descrambler control words info
Fields§
§index: u32
CA Descrambler slot
parity: u32
control words parity, where 0 means even and 1 means odd
cw: [u8; 8]
CA Descrambler control words
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaDescr
impl RefUnwindSafe for CaDescr
impl Send for CaDescr
impl Sync for CaDescr
impl Unpin for CaDescr
impl UnwindSafe for CaDescr
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