pub struct GetDeviceDontPropagateListReply { /* private fields */ }Expand description
Reply type for GetDeviceDontPropagateList.
Can be obtained from a GetDeviceDontPropagateListCookie with Connection::wait_for_reply or from a GetDeviceDontPropagateListCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
impl Send for GetDeviceDontPropagateListReply
impl Sync for GetDeviceDontPropagateListReply
Auto Trait Implementations§
impl Freeze for GetDeviceDontPropagateListReply
impl RefUnwindSafe for GetDeviceDontPropagateListReply
impl Unpin for GetDeviceDontPropagateListReply
impl UnwindSafe for GetDeviceDontPropagateListReply
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