pub struct CiStack { /* private fields */ }Expand description
The composed EN 50221 protocol core.
Implementations§
Source§impl CiStack
impl CiStack
Sourcepub fn new() -> Self
pub fn new() -> Self
New stack on transport connection t_c_id = 1. The host advertises the
Resource Manager and registers the RM + application_information +
conditional_access handlers.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CiStack
impl !Send for CiStack
impl !Sync for CiStack
impl !UnwindSafe for CiStack
impl Freeze for CiStack
impl Unpin for CiStack
impl UnsafeUnpin for CiStack
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