Struct makepad_widgets::shader::std::AudioDeviceId
pub struct AudioDeviceId(pub LiveId);
Tuple Fields§
§0: LiveId
Trait Implementations§
§impl Clone for AudioDeviceId
impl Clone for AudioDeviceId
§fn clone(&self) -> AudioDeviceId
fn clone(&self) -> AudioDeviceId
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 AudioDeviceId
impl Debug for AudioDeviceId
§impl Default for AudioDeviceId
impl Default for AudioDeviceId
§fn default() -> AudioDeviceId
fn default() -> AudioDeviceId
Returns the “default value” for a type. Read more
§impl From<&[LiveId; 1]> for AudioDeviceId
impl From<&[LiveId; 1]> for AudioDeviceId
§fn from(live_id: &[LiveId; 1]) -> AudioDeviceId
fn from(live_id: &[LiveId; 1]) -> AudioDeviceId
Converts to this type from the input type.
§impl From<LiveId> for AudioDeviceId
impl From<LiveId> for AudioDeviceId
§fn from(live_id: LiveId) -> AudioDeviceId
fn from(live_id: LiveId) -> AudioDeviceId
Converts to this type from the input type.
§impl From<u64> for AudioDeviceId
impl From<u64> for AudioDeviceId
§fn from(live_id: u64) -> AudioDeviceId
fn from(live_id: u64) -> AudioDeviceId
Converts to this type from the input type.
§impl Hash for AudioDeviceId
impl Hash for AudioDeviceId
§impl PartialEq<AudioDeviceId> for AudioDeviceId
impl PartialEq<AudioDeviceId> for AudioDeviceId
§fn eq(&self, other: &AudioDeviceId) -> bool
fn eq(&self, other: &AudioDeviceId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AudioDeviceId
impl Eq for AudioDeviceId
impl StructuralEq for AudioDeviceId
impl StructuralPartialEq for AudioDeviceId
Auto Trait Implementations§
impl RefUnwindSafe for AudioDeviceId
impl Send for AudioDeviceId
impl Sync for AudioDeviceId
impl Unpin for AudioDeviceId
impl UnwindSafe for AudioDeviceId
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