pub struct Double {
pub value: f64,
}
Expand description
The table Double
in the namespace FBS.RtpParameters
Generated from these locations:
- Table
Double
in the filefbs/rtpParameters.fbs:28
Fields§
§value: f64
The field value
in the table Double
Implementations§
Source§impl Double
impl Double
Sourcepub fn builder() -> DoubleBuilder<()>
pub fn builder() -> DoubleBuilder<()>
Creates a DoubleBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_value: impl WriteAsDefault<f64, f64>, ) -> Offset<Self>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Double
impl<'de> Deserialize<'de> for Double
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 PartialOrd for Double
impl PartialOrd for Double
impl StructuralPartialEq for Double
impl VectorWrite<Offset<Double>> for Double
impl WriteAs<Offset<Double>> for Double
impl WriteAsOffset<Double> for Double
impl<T0: WriteAsDefault<f64, f64>> WriteAsOffset<Double> for DoubleBuilder<(T0,)>
impl WriteAsOptional<Offset<Double>> for Double
Auto Trait Implementations§
impl Freeze for Double
impl RefUnwindSafe for Double
impl Send for Double
impl Sync for Double
impl Unpin for Double
impl UnwindSafe for Double
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