Struct GetOutputPrimaryRequest
pub struct GetOutputPrimaryRequest {
pub window: u32,
}
Fields§
§window: u32
Implementations§
Trait Implementations§
§impl Clone for GetOutputPrimaryRequest
impl Clone for GetOutputPrimaryRequest
§fn clone(&self) -> GetOutputPrimaryRequest
fn clone(&self) -> GetOutputPrimaryRequest
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 GetOutputPrimaryRequest
impl Debug for GetOutputPrimaryRequest
§impl Default for GetOutputPrimaryRequest
impl Default for GetOutputPrimaryRequest
§fn default() -> GetOutputPrimaryRequest
fn default() -> GetOutputPrimaryRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetOutputPrimaryRequest
impl ReplyRequest for GetOutputPrimaryRequest
§type Reply = GetOutputPrimaryReply
type Reply = GetOutputPrimaryReply
The kind of reply that this request generates.
§impl Request for GetOutputPrimaryRequest
impl Request for GetOutputPrimaryRequest
impl Copy for GetOutputPrimaryRequest
Auto Trait Implementations§
impl Freeze for GetOutputPrimaryRequest
impl RefUnwindSafe for GetOutputPrimaryRequest
impl Send for GetOutputPrimaryRequest
impl Sync for GetOutputPrimaryRequest
impl Unpin for GetOutputPrimaryRequest
impl UnwindSafe for GetOutputPrimaryRequest
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
)