pub struct FileSystemAck {
pub ack_code: AckCode,
}Expand description
FileSystemAck() (Table 73): Host → CICAM.
Fields§
§ack_code: AckCodeAckCode (8) — Table 74.
Trait Implementations§
Source§impl Clone for FileSystemAck
impl Clone for FileSystemAck
Source§fn clone(&self) -> FileSystemAck
fn clone(&self) -> FileSystemAck
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 FileSystemAck
Source§impl Debug for FileSystemAck
impl Debug for FileSystemAck
impl Eq for FileSystemAck
Source§impl<'a> Parse<'a> for FileSystemAck
impl<'a> Parse<'a> for FileSystemAck
Source§impl PartialEq for FileSystemAck
impl PartialEq for FileSystemAck
Source§impl Serialize for FileSystemAck
impl Serialize for FileSystemAck
Source§impl Serialize for FileSystemAck
impl Serialize for FileSystemAck
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 FileSystemAck
Auto Trait Implementations§
impl Freeze for FileSystemAck
impl RefUnwindSafe for FileSystemAck
impl Send for FileSystemAck
impl Sync for FileSystemAck
impl Unpin for FileSystemAck
impl UnsafeUnpin for FileSystemAck
impl UnwindSafe for FileSystemAck
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