pub enum ResourceCmd {
Usage(f32, u8),
Reserved(Vec<u8>),
}
Expand description
The DSP command specific to usage of resource.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ResourceCmd
impl Clone for ResourceCmd
Source§fn clone(&self) -> ResourceCmd
fn clone(&self) -> ResourceCmd
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 ResourceCmd
impl Debug for ResourceCmd
Source§impl PartialEq for ResourceCmd
impl PartialEq for ResourceCmd
impl StructuralPartialEq for ResourceCmd
Auto Trait Implementations§
impl Freeze for ResourceCmd
impl RefUnwindSafe for ResourceCmd
impl Send for ResourceCmd
impl Sync for ResourceCmd
impl Unpin for ResourceCmd
impl UnwindSafe for ResourceCmd
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