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