pub struct ActiveSpeakerObserverOptions {
pub interval: u16,
}
Expand description
The table ActiveSpeakerObserverOptions
in the namespace FBS.ActiveSpeakerObserver
Generated from these locations:
- Table
ActiveSpeakerObserverOptions
in the filefbs/activeSpeakerObserver.fbs:3
Fields§
§interval: u16
The field interval
in the table ActiveSpeakerObserverOptions
Implementations§
Source§impl ActiveSpeakerObserverOptions
impl ActiveSpeakerObserverOptions
Sourcepub fn builder() -> ActiveSpeakerObserverOptionsBuilder<()>
pub fn builder() -> ActiveSpeakerObserverOptionsBuilder<()>
Creates a ActiveSpeakerObserverOptionsBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_interval: impl WriteAsDefault<u16, u16>, ) -> Offset<Self>
Trait Implementations§
Source§impl Clone for ActiveSpeakerObserverOptions
impl Clone for ActiveSpeakerObserverOptions
Source§fn clone(&self) -> ActiveSpeakerObserverOptions
fn clone(&self) -> ActiveSpeakerObserverOptions
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 ActiveSpeakerObserverOptions
impl Debug for ActiveSpeakerObserverOptions
Source§impl<'de> Deserialize<'de> for ActiveSpeakerObserverOptions
impl<'de> Deserialize<'de> for ActiveSpeakerObserverOptions
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 ActiveSpeakerObserverOptions
impl Hash for ActiveSpeakerObserverOptions
Source§impl Ord for ActiveSpeakerObserverOptions
impl Ord for ActiveSpeakerObserverOptions
Source§fn cmp(&self, other: &ActiveSpeakerObserverOptions) -> Ordering
fn cmp(&self, other: &ActiveSpeakerObserverOptions) -> 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 ActiveSpeakerObserverOptions
impl PartialEq for ActiveSpeakerObserverOptions
Source§fn eq(&self, other: &ActiveSpeakerObserverOptions) -> bool
fn eq(&self, other: &ActiveSpeakerObserverOptions) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ActiveSpeakerObserverOptions
impl PartialOrd for ActiveSpeakerObserverOptions
Source§impl<'a> TryFrom<ActiveSpeakerObserverOptionsRef<'a>> for ActiveSpeakerObserverOptions
impl<'a> TryFrom<ActiveSpeakerObserverOptionsRef<'a>> for ActiveSpeakerObserverOptions
impl Eq for ActiveSpeakerObserverOptions
impl StructuralPartialEq for ActiveSpeakerObserverOptions
impl VectorWrite<Offset<ActiveSpeakerObserverOptions>> for ActiveSpeakerObserverOptions
impl WriteAs<Offset<ActiveSpeakerObserverOptions>> for ActiveSpeakerObserverOptions
impl WriteAsOffset<ActiveSpeakerObserverOptions> for ActiveSpeakerObserverOptions
impl<T0: WriteAsDefault<u16, u16>> WriteAsOffset<ActiveSpeakerObserverOptions> for ActiveSpeakerObserverOptionsBuilder<(T0,)>
impl WriteAsOptional<Offset<ActiveSpeakerObserverOptions>> for ActiveSpeakerObserverOptions
Auto Trait Implementations§
impl Freeze for ActiveSpeakerObserverOptions
impl RefUnwindSafe for ActiveSpeakerObserverOptions
impl Send for ActiveSpeakerObserverOptions
impl Sync for ActiveSpeakerObserverOptions
impl Unpin for ActiveSpeakerObserverOptions
impl UnwindSafe for ActiveSpeakerObserverOptions
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