pub struct GetDeviceDontPropagateListRequest {
pub window: u32,
}Fields§
§window: u32Implementations§
Trait Implementations§
Source§impl Clone for GetDeviceDontPropagateListRequest
impl Clone for GetDeviceDontPropagateListRequest
Source§fn clone(&self) -> GetDeviceDontPropagateListRequest
fn clone(&self) -> GetDeviceDontPropagateListRequest
Returns a duplicate 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 Default for GetDeviceDontPropagateListRequest
impl Default for GetDeviceDontPropagateListRequest
Source§fn default() -> GetDeviceDontPropagateListRequest
fn default() -> GetDeviceDontPropagateListRequest
Returns the “default value” for a type. Read more
Source§impl Ord for GetDeviceDontPropagateListRequest
impl Ord for GetDeviceDontPropagateListRequest
Source§fn cmp(&self, other: &GetDeviceDontPropagateListRequest) -> Ordering
fn cmp(&self, other: &GetDeviceDontPropagateListRequest) -> 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 GetDeviceDontPropagateListRequest
impl PartialEq for GetDeviceDontPropagateListRequest
Source§fn eq(&self, other: &GetDeviceDontPropagateListRequest) -> bool
fn eq(&self, other: &GetDeviceDontPropagateListRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GetDeviceDontPropagateListRequest
impl PartialOrd for GetDeviceDontPropagateListRequest
Source§impl ReplyRequest for GetDeviceDontPropagateListRequest
impl ReplyRequest for GetDeviceDontPropagateListRequest
Source§type Reply = GetDeviceDontPropagateListReply
type Reply = GetDeviceDontPropagateListReply
The kind of reply that this request generates.
impl Copy for GetDeviceDontPropagateListRequest
impl Eq for GetDeviceDontPropagateListRequest
impl StructuralPartialEq for GetDeviceDontPropagateListRequest
Auto Trait Implementations§
impl Freeze for GetDeviceDontPropagateListRequest
impl RefUnwindSafe for GetDeviceDontPropagateListRequest
impl Send for GetDeviceDontPropagateListRequest
impl Sync for GetDeviceDontPropagateListRequest
impl Unpin for GetDeviceDontPropagateListRequest
impl UnwindSafe for GetDeviceDontPropagateListRequest
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