pub struct CaInfo {
pub ca_system_ids: Vec<u16>,
}Expand description
ca_info() reply — the CA_system_ids this application supports (Table 24).
Fields§
§ca_system_ids: Vec<u16>Supported CA_system_id values (ETSI TS 101 162), in wire order.
Trait Implementations§
impl Eq for CaInfo
Source§impl Serialize for CaInfo
impl Serialize for CaInfo
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for CaInfo
Auto Trait Implementations§
impl Freeze for CaInfo
impl RefUnwindSafe for CaInfo
impl Send for CaInfo
impl Sync for CaInfo
impl Unpin for CaInfo
impl UnsafeUnpin for CaInfo
impl UnwindSafe for CaInfo
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