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