pub struct GetNextItemReq {
pub start_status_item: u32,
}Expand description
GetNextItemReq() (Table 39): module → host.
Fields§
§start_status_item: u32StartStatusItem — search start point (raw 32-bit; not necessarily a
supported item).
Trait Implementations§
Source§impl Clone for GetNextItemReq
impl Clone for GetNextItemReq
Source§fn clone(&self) -> GetNextItemReq
fn clone(&self) -> GetNextItemReq
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 GetNextItemReq
Source§impl Debug for GetNextItemReq
impl Debug for GetNextItemReq
impl Eq for GetNextItemReq
Source§impl<'a> Parse<'a> for GetNextItemReq
impl<'a> Parse<'a> for GetNextItemReq
Source§impl PartialEq for GetNextItemReq
impl PartialEq for GetNextItemReq
Source§impl Serialize for GetNextItemReq
Available on crate feature serde only.
impl Serialize for GetNextItemReq
Available on crate feature
serde only.Source§impl Serialize for GetNextItemReq
impl Serialize for GetNextItemReq
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 GetNextItemReq
Auto Trait Implementations§
impl Freeze for GetNextItemReq
impl RefUnwindSafe for GetNextItemReq
impl Send for GetNextItemReq
impl Sync for GetNextItemReq
impl Unpin for GetNextItemReq
impl UnsafeUnpin for GetNextItemReq
impl UnwindSafe for GetNextItemReq
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