pub struct SdUpdateReply {
pub lts_id: u8,
pub drm_status: DrmStatus,
}Expand description
sd_update_reply() (Table 39): CICAM → Host.
Fields§
§lts_id: u8LTS_id (8).
drm_status: DrmStatusdrm_status (8) — Table 37.
Trait Implementations§
Source§impl Clone for SdUpdateReply
impl Clone for SdUpdateReply
Source§fn clone(&self) -> SdUpdateReply
fn clone(&self) -> SdUpdateReply
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SdUpdateReply
Source§impl Debug for SdUpdateReply
impl Debug for SdUpdateReply
impl Eq for SdUpdateReply
Source§impl<'a> Parse<'a> for SdUpdateReply
impl<'a> Parse<'a> for SdUpdateReply
Source§impl PartialEq for SdUpdateReply
impl PartialEq for SdUpdateReply
Source§impl Serialize for SdUpdateReply
impl Serialize for SdUpdateReply
Source§impl Serialize for SdUpdateReply
impl Serialize for SdUpdateReply
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 SdUpdateReply
Auto Trait Implementations§
impl Freeze for SdUpdateReply
impl RefUnwindSafe for SdUpdateReply
impl Send for SdUpdateReply
impl Sync for SdUpdateReply
impl Unpin for SdUpdateReply
impl UnsafeUnpin for SdUpdateReply
impl UnwindSafe for SdUpdateReply
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