pub struct DeleteControlWord {
pub cw_index: u8,
}Expand description
delete_ControlWord_data() — §9.4.4, Table 9-10.
Fields§
§cw_index: u8CW_index — 1 byte (0-255).
Trait Implementations§
Source§impl Clone for DeleteControlWord
impl Clone for DeleteControlWord
Source§fn clone(&self) -> DeleteControlWord
fn clone(&self) -> DeleteControlWord
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 DeleteControlWord
Source§impl Debug for DeleteControlWord
impl Debug for DeleteControlWord
Source§impl Default for DeleteControlWord
impl Default for DeleteControlWord
Source§fn default() -> DeleteControlWord
fn default() -> DeleteControlWord
Returns the “default value” for a type. Read more
impl Eq for DeleteControlWord
Source§impl<'a> From<DeleteControlWord> for AnyOperation<'a>
impl<'a> From<DeleteControlWord> for AnyOperation<'a>
Source§fn from(c: DeleteControlWord) -> Self
fn from(c: DeleteControlWord) -> Self
Converts to this type from the input type.
Source§impl OperationDef<'_> for DeleteControlWord
impl OperationDef<'_> for DeleteControlWord
Source§impl<'a> Parse<'a> for DeleteControlWord
impl<'a> Parse<'a> for DeleteControlWord
Source§impl PartialEq for DeleteControlWord
impl PartialEq for DeleteControlWord
Source§impl Serialize for DeleteControlWord
Available on crate feature serde only.
impl Serialize for DeleteControlWord
Available on crate feature
serde only.Source§impl Serialize for DeleteControlWord
impl Serialize for DeleteControlWord
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 DeleteControlWord
Auto Trait Implementations§
impl Freeze for DeleteControlWord
impl RefUnwindSafe for DeleteControlWord
impl Send for DeleteControlWord
impl Sync for DeleteControlWord
impl Unpin for DeleteControlWord
impl UnsafeUnpin for DeleteControlWord
impl UnwindSafe for DeleteControlWord
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