#[repr(C)]pub struct WireDictionaryEnumerateIteratorGetNextRequest {
pub start_id: WireU64,
pub limit: WireU32,
}
Expand description
The wire type corresponding to DictionaryEnumerateIteratorGetNextRequest
.
Fields§
§start_id: WireU64
§limit: WireU32
Trait Implementations§
Source§impl Clone for WireDictionaryEnumerateIteratorGetNextRequest
impl Clone for WireDictionaryEnumerateIteratorGetNextRequest
Source§fn clone(&self) -> WireDictionaryEnumerateIteratorGetNextRequest
fn clone(&self) -> WireDictionaryEnumerateIteratorGetNextRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<___D> Decode<___D> for WireDictionaryEnumerateIteratorGetNextRequestwhere
___D: InternalHandleDecoder + ?Sized,
impl<___D> Decode<___D> for WireDictionaryEnumerateIteratorGetNextRequestwhere
___D: InternalHandleDecoder + ?Sized,
Source§impl FromWire<WireDictionaryEnumerateIteratorGetNextRequest> for DictionaryEnumerateIteratorGetNextRequest
impl FromWire<WireDictionaryEnumerateIteratorGetNextRequest> for DictionaryEnumerateIteratorGetNextRequest
Source§fn from_wire(wire: WireDictionaryEnumerateIteratorGetNextRequest) -> Self
fn from_wire(wire: WireDictionaryEnumerateIteratorGetNextRequest) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireDictionaryEnumerateIteratorGetNextRequest> for DictionaryEnumerateIteratorGetNextRequest
impl FromWireRef<WireDictionaryEnumerateIteratorGetNextRequest> for DictionaryEnumerateIteratorGetNextRequest
Source§fn from_wire_ref(wire: &WireDictionaryEnumerateIteratorGetNextRequest) -> Self
fn from_wire_ref(wire: &WireDictionaryEnumerateIteratorGetNextRequest) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireDictionaryEnumerateIteratorGetNextRequest
impl Wire for WireDictionaryEnumerateIteratorGetNextRequest
Source§type Decoded<'de> = WireDictionaryEnumerateIteratorGetNextRequest
type Decoded<'de> = WireDictionaryEnumerateIteratorGetNextRequest
The decoded wire type, restricted to the
'de
lifetime.Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for WireDictionaryEnumerateIteratorGetNextRequest
impl RefUnwindSafe for WireDictionaryEnumerateIteratorGetNextRequest
impl Send for WireDictionaryEnumerateIteratorGetNextRequest
impl Sync for WireDictionaryEnumerateIteratorGetNextRequest
impl Unpin for WireDictionaryEnumerateIteratorGetNextRequest
impl UnwindSafe for WireDictionaryEnumerateIteratorGetNextRequest
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