pub struct GetNextItemAck {
pub next_status_item: u32,
}Expand description
GetNextItemAck() (Table 40): host → module.
Fields§
§next_status_item: u32NextStatusItem — first supported item greater than StartStatusItem
(raw 32-bit; 0 = no higher item).
Trait Implementations§
Source§impl Clone for GetNextItemAck
impl Clone for GetNextItemAck
Source§fn clone(&self) -> GetNextItemAck
fn clone(&self) -> GetNextItemAck
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 GetNextItemAck
Source§impl Debug for GetNextItemAck
impl Debug for GetNextItemAck
impl Eq for GetNextItemAck
Source§impl<'a> Parse<'a> for GetNextItemAck
impl<'a> Parse<'a> for GetNextItemAck
Source§impl PartialEq for GetNextItemAck
impl PartialEq for GetNextItemAck
Source§impl Serialize for GetNextItemAck
Available on crate feature serde only.
impl Serialize for GetNextItemAck
Available on crate feature
serde only.Source§impl Serialize for GetNextItemAck
impl Serialize for GetNextItemAck
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 GetNextItemAck
Auto Trait Implementations§
impl Freeze for GetNextItemAck
impl RefUnwindSafe for GetNextItemAck
impl Send for GetNextItemAck
impl Sync for GetNextItemAck
impl Unpin for GetNextItemAck
impl UnsafeUnpin for GetNextItemAck
impl UnwindSafe for GetNextItemAck
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