pub struct FileSystemOffer<'a> {
pub domain_identifier: &'a [u8],
}Expand description
FileSystemOffer() (Table 72): CICAM → Host. Specifies the file system
provided by the CICAM.
Fields§
§domain_identifier: &'a [u8]DomainIdentifier body (DomainIdentifierLength bytes) — opaque
middleware-defined identifier (URL / UUID / DVB-registered id).
Trait Implementations§
Source§impl<'a> Clone for FileSystemOffer<'a>
impl<'a> Clone for FileSystemOffer<'a>
Source§fn clone(&self) -> FileSystemOffer<'a>
fn clone(&self) -> FileSystemOffer<'a>
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 moreSource§impl<'a> Debug for FileSystemOffer<'a>
impl<'a> Debug for FileSystemOffer<'a>
impl<'a> Eq for FileSystemOffer<'a>
Source§impl<'a> Parse<'a> for FileSystemOffer<'a>
impl<'a> Parse<'a> for FileSystemOffer<'a>
Source§impl<'a> PartialEq for FileSystemOffer<'a>
impl<'a> PartialEq for FileSystemOffer<'a>
Source§fn eq(&self, other: &FileSystemOffer<'a>) -> bool
fn eq(&self, other: &FileSystemOffer<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> Serialize for FileSystemOffer<'a>
impl<'a> Serialize for FileSystemOffer<'a>
Source§impl Serialize for FileSystemOffer<'_>
impl Serialize for FileSystemOffer<'_>
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<'a> StructuralPartialEq for FileSystemOffer<'a>
Auto Trait Implementations§
impl<'a> Freeze for FileSystemOffer<'a>
impl<'a> RefUnwindSafe for FileSystemOffer<'a>
impl<'a> Send for FileSystemOffer<'a>
impl<'a> Sync for FileSystemOffer<'a>
impl<'a> Unpin for FileSystemOffer<'a>
impl<'a> UnsafeUnpin for FileSystemOffer<'a>
impl<'a> UnwindSafe for FileSystemOffer<'a>
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