pub struct GetSupportsOutputFixedRequest {
pub instance_id: u32,
}Fields§
§instance_id: u32Trait Implementations§
Source§impl Clone for GetSupportsOutputFixedRequest
impl Clone for GetSupportsOutputFixedRequest
Source§fn clone(&self) -> GetSupportsOutputFixedRequest
fn clone(&self) -> GetSupportsOutputFixedRequest
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 GetSupportsOutputFixedRequest
impl Default for GetSupportsOutputFixedRequest
Source§fn default() -> GetSupportsOutputFixedRequest
fn default() -> GetSupportsOutputFixedRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetSupportsOutputFixedRequest
impl PartialEq for GetSupportsOutputFixedRequest
Source§fn eq(&self, other: &GetSupportsOutputFixedRequest) -> bool
fn eq(&self, other: &GetSupportsOutputFixedRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetSupportsOutputFixedRequest
Auto Trait Implementations§
impl Freeze for GetSupportsOutputFixedRequest
impl RefUnwindSafe for GetSupportsOutputFixedRequest
impl Send for GetSupportsOutputFixedRequest
impl Sync for GetSupportsOutputFixedRequest
impl Unpin for GetSupportsOutputFixedRequest
impl UnwindSafe for GetSupportsOutputFixedRequest
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