pub struct LayersChangeNotification {
pub layers: Option<Box<ConsumerLayers>>,
}
Expand description
The table LayersChangeNotification
in the namespace FBS.Consumer
Generated from these locations:
- Table
LayersChangeNotification
in the filefbs/consumer.fbs:82
Fields§
§layers: Option<Box<ConsumerLayers>>
The field layers
in the table LayersChangeNotification
Implementations§
Source§impl LayersChangeNotification
impl LayersChangeNotification
Sourcepub fn builder() -> LayersChangeNotificationBuilder<()>
pub fn builder() -> LayersChangeNotificationBuilder<()>
Creates a LayersChangeNotificationBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_layers: impl WriteAsOptional<Offset<ConsumerLayers>>, ) -> Offset<Self>
Trait Implementations§
Source§impl Clone for LayersChangeNotification
impl Clone for LayersChangeNotification
Source§fn clone(&self) -> LayersChangeNotification
fn clone(&self) -> LayersChangeNotification
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 LayersChangeNotification
impl Debug for LayersChangeNotification
Source§impl Default for LayersChangeNotification
impl Default for LayersChangeNotification
Source§impl<'de> Deserialize<'de> for LayersChangeNotification
impl<'de> Deserialize<'de> for LayersChangeNotification
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 LayersChangeNotification
impl Hash for LayersChangeNotification
Source§impl Ord for LayersChangeNotification
impl Ord for LayersChangeNotification
Source§fn cmp(&self, other: &LayersChangeNotification) -> Ordering
fn cmp(&self, other: &LayersChangeNotification) -> 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 LayersChangeNotification
impl PartialEq for LayersChangeNotification
Source§impl PartialOrd for LayersChangeNotification
impl PartialOrd for LayersChangeNotification
Source§impl Serialize for LayersChangeNotification
impl Serialize for LayersChangeNotification
Source§impl<'a> TryFrom<LayersChangeNotificationRef<'a>> for LayersChangeNotification
impl<'a> TryFrom<LayersChangeNotificationRef<'a>> for LayersChangeNotification
impl Eq for LayersChangeNotification
impl StructuralPartialEq for LayersChangeNotification
impl VectorWrite<Offset<LayersChangeNotification>> for LayersChangeNotification
impl WriteAs<Offset<LayersChangeNotification>> for LayersChangeNotification
impl WriteAsOffset<LayersChangeNotification> for LayersChangeNotification
impl<T0: WriteAsOptional<Offset<ConsumerLayers>>> WriteAsOffset<LayersChangeNotification> for LayersChangeNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<LayersChangeNotification>> for LayersChangeNotification
Auto Trait Implementations§
impl Freeze for LayersChangeNotification
impl RefUnwindSafe for LayersChangeNotification
impl Send for LayersChangeNotification
impl Sync for LayersChangeNotification
impl Unpin for LayersChangeNotification
impl UnwindSafe for LayersChangeNotification
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