pub struct VolumesNotification {
pub volumes: Vec<Volume>,
}
Expand description
The table VolumesNotification
in the namespace FBS.AudioLevelObserver
Generated from these locations:
- Table
VolumesNotification
in the filefbs/audioLevelObserver.fbs:16
Fields§
§volumes: Vec<Volume>
The field volumes
in the table VolumesNotification
Implementations§
Trait Implementations§
Source§impl Clone for VolumesNotification
impl Clone for VolumesNotification
Source§fn clone(&self) -> VolumesNotification
fn clone(&self) -> VolumesNotification
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 moreSource§impl Debug for VolumesNotification
impl Debug for VolumesNotification
Source§impl<'de> Deserialize<'de> for VolumesNotification
impl<'de> Deserialize<'de> for VolumesNotification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for VolumesNotification
impl Hash for VolumesNotification
Source§impl Ord for VolumesNotification
impl Ord for VolumesNotification
Source§fn cmp(&self, other: &VolumesNotification) -> Ordering
fn cmp(&self, other: &VolumesNotification) -> 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 VolumesNotification
impl PartialEq for VolumesNotification
Source§impl PartialOrd for VolumesNotification
impl PartialOrd for VolumesNotification
Source§impl Serialize for VolumesNotification
impl Serialize for VolumesNotification
Source§impl<'a> TryFrom<VolumesNotificationRef<'a>> for VolumesNotification
impl<'a> TryFrom<VolumesNotificationRef<'a>> for VolumesNotification
impl Eq for VolumesNotification
impl StructuralPartialEq for VolumesNotification
impl VectorWrite<Offset<VolumesNotification>> for VolumesNotification
impl WriteAs<Offset<VolumesNotification>> for VolumesNotification
impl WriteAsOffset<VolumesNotification> for VolumesNotification
impl<T0: WriteAs<Offset<[Offset<Volume>]>>> WriteAsOffset<VolumesNotification> for VolumesNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<VolumesNotification>> for VolumesNotification
Auto Trait Implementations§
impl Freeze for VolumesNotification
impl RefUnwindSafe for VolumesNotification
impl Send for VolumesNotification
impl Sync for VolumesNotification
impl Unpin for VolumesNotification
impl UnwindSafe for VolumesNotification
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