Struct GetDeviceDontPropagateListRequest
pub struct GetDeviceDontPropagateListRequest {
pub window: u32,
}
Fields§
§window: u32
Implementations§
Trait Implementations§
§impl Clone for GetDeviceDontPropagateListRequest
impl Clone for GetDeviceDontPropagateListRequest
§fn clone(&self) -> GetDeviceDontPropagateListRequest
fn clone(&self) -> GetDeviceDontPropagateListRequest
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 more§impl Debug for GetDeviceDontPropagateListRequest
impl Debug for GetDeviceDontPropagateListRequest
§impl Default for GetDeviceDontPropagateListRequest
impl Default for GetDeviceDontPropagateListRequest
§fn default() -> GetDeviceDontPropagateListRequest
fn default() -> GetDeviceDontPropagateListRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetDeviceDontPropagateListRequest
impl ReplyRequest for GetDeviceDontPropagateListRequest
§type Reply = GetDeviceDontPropagateListReply
type Reply = GetDeviceDontPropagateListReply
The kind of reply that this request generates.
impl Copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)