pub struct SettingsQuery { /* private fields */ }Expand description
A query to retrieve a Settings object from rytm.
Implementations§
Source§impl SettingsQuery
impl SettingsQuery
Sourcepub const fn new_with_device_id(device_id: u8) -> Self
pub const fn new_with_device_id(device_id: u8) -> Self
Creates a new settings query with a device id.
Trait Implementations§
Source§impl Clone for SettingsQuery
impl Clone for SettingsQuery
Source§fn clone(&self) -> SettingsQuery
fn clone(&self) -> SettingsQuery
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 Debug for SettingsQuery
impl Debug for SettingsQuery
Source§impl Default for SettingsQuery
impl Default for SettingsQuery
Source§fn default() -> SettingsQuery
fn default() -> SettingsQuery
Returns the “default value” for a type. Read more
Source§impl Hash for SettingsQuery
impl Hash for SettingsQuery
Source§impl ObjectQuery for SettingsQuery
impl ObjectQuery for SettingsQuery
Source§fn sysex_type(&self) -> AnySysexType
fn sysex_type(&self) -> AnySysexType
Returns the sysex type of the object.
Source§fn as_sysex_meta(&self) -> SysexMeta
fn as_sysex_meta(&self) -> SysexMeta
Returns the sysex meta data for the object creating it.
Source§fn is_targeting_work_buffer(&self) -> bool
fn is_targeting_work_buffer(&self) -> bool
Returns the information if this query is targeting the work buffer.
Source§impl Ord for SettingsQuery
impl Ord for SettingsQuery
Source§fn cmp(&self, other: &SettingsQuery) -> Ordering
fn cmp(&self, other: &SettingsQuery) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SettingsQuery
impl PartialEq for SettingsQuery
Source§impl PartialOrd for SettingsQuery
impl PartialOrd for SettingsQuery
impl Copy for SettingsQuery
impl Eq for SettingsQuery
impl StructuralPartialEq for SettingsQuery
Auto Trait Implementations§
impl Freeze for SettingsQuery
impl RefUnwindSafe for SettingsQuery
impl Send for SettingsQuery
impl Sync for SettingsQuery
impl Unpin for SettingsQuery
impl UnwindSafe for SettingsQuery
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