pub struct FileAcknowledge<'a> {
pub body: &'a [u8],
}Expand description
FileAcknowledge() (§9.5, tag 0x9F9403): CICAM → Host. Body deferred to
CI Plus V1.3 [3] §14.5.2 (proprietary, not reproduced in TS 103 205) — the
body is carried verbatim as opaque borrowed bytes; the field layout is not
invented.
Fields§
§body: &'a [u8]Opaque CI Plus V1.3 §14.5.2 body (whole length_field() body, verbatim).
Trait Implementations§
Source§impl<'a> Clone for FileAcknowledge<'a>
impl<'a> Clone for FileAcknowledge<'a>
Source§fn clone(&self) -> FileAcknowledge<'a>
fn clone(&self) -> FileAcknowledge<'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 FileAcknowledge<'a>
impl<'a> Debug for FileAcknowledge<'a>
impl<'a> Eq for FileAcknowledge<'a>
Source§impl<'a> Parse<'a> for FileAcknowledge<'a>
impl<'a> Parse<'a> for FileAcknowledge<'a>
Source§impl<'a> PartialEq for FileAcknowledge<'a>
impl<'a> PartialEq for FileAcknowledge<'a>
Source§impl<'a> Serialize for FileAcknowledge<'a>
impl<'a> Serialize for FileAcknowledge<'a>
Source§impl Serialize for FileAcknowledge<'_>
impl Serialize for FileAcknowledge<'_>
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 FileAcknowledge<'a>
Auto Trait Implementations§
impl<'a> Freeze for FileAcknowledge<'a>
impl<'a> RefUnwindSafe for FileAcknowledge<'a>
impl<'a> Send for FileAcknowledge<'a>
impl<'a> Sync for FileAcknowledge<'a>
impl<'a> Unpin for FileAcknowledge<'a>
impl<'a> UnsafeUnpin for FileAcknowledge<'a>
impl<'a> UnwindSafe for FileAcknowledge<'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