pub type STREAMS_QUERY_ID_OUTPUT_BUFFER = _STREAMS_QUERY_ID_OUTPUT_BUFFER;
Aliased Type§
struct STREAMS_QUERY_ID_OUTPUT_BUFFER {
pub StreamId: u32,
}
Fields§
§StreamId: u32
Trait Implementations
Source§impl Clone for _STREAMS_QUERY_ID_OUTPUT_BUFFER
impl Clone for _STREAMS_QUERY_ID_OUTPUT_BUFFER
Source§fn clone(&self) -> _STREAMS_QUERY_ID_OUTPUT_BUFFER
fn clone(&self) -> _STREAMS_QUERY_ID_OUTPUT_BUFFER
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 Ord for _STREAMS_QUERY_ID_OUTPUT_BUFFER
impl Ord for _STREAMS_QUERY_ID_OUTPUT_BUFFER
Source§fn cmp(&self, other: &_STREAMS_QUERY_ID_OUTPUT_BUFFER) -> Ordering
fn cmp(&self, other: &_STREAMS_QUERY_ID_OUTPUT_BUFFER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _STREAMS_QUERY_ID_OUTPUT_BUFFER
impl PartialEq for _STREAMS_QUERY_ID_OUTPUT_BUFFER
Source§fn eq(&self, other: &_STREAMS_QUERY_ID_OUTPUT_BUFFER) -> bool
fn eq(&self, other: &_STREAMS_QUERY_ID_OUTPUT_BUFFER) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.