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