pub struct DucFeatureControlFrameElement<'a> {
pub _tab: Table<'a>,
}Fields§
§_tab: Table<'a>Implementations§
Source§impl<'a> DucFeatureControlFrameElement<'a>
impl<'a> DucFeatureControlFrameElement<'a>
pub const VT_BASE: VOffsetT = 4
pub const VT_STYLE: VOffsetT = 6
pub const VT_ROWS: VOffsetT = 8
pub const VT_FRAME_MODIFIERS: VOffsetT = 10
pub const VT_LEADER_ELEMENT_ID: VOffsetT = 12
pub const VT_DATUM_DEFINITION: VOffsetT = 14
pub unsafe fn init_from_table(table: Table<'a>) -> Self
pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr, A: Allocator + 'bldr>( _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr, A>, args: &'args DucFeatureControlFrameElementArgs<'args>, ) -> WIPOffset<DucFeatureControlFrameElement<'bldr>>
pub fn base(&self) -> Option<_DucElementBase<'a>>
pub fn style(&self) -> Option<DucFeatureControlFrameStyle<'a>>
pub fn rows(&self) -> Option<Vector<'a, ForwardsUOffset<FCFSegmentRow<'a>>>>
pub fn frame_modifiers(&self) -> Option<FCFFrameModifiers<'a>>
pub fn leader_element_id(&self) -> Option<&'a str>
pub fn datum_definition(&self) -> Option<FCFDatumDefinition<'a>>
Trait Implementations§
Source§impl<'a> Clone for DucFeatureControlFrameElement<'a>
impl<'a> Clone for DucFeatureControlFrameElement<'a>
Source§fn clone(&self) -> DucFeatureControlFrameElement<'a>
fn clone(&self) -> DucFeatureControlFrameElement<'a>
Returns a duplicate 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 DucFeatureControlFrameElement<'_>
impl Debug for DucFeatureControlFrameElement<'_>
Source§impl<'a> Follow<'a> for DucFeatureControlFrameElement<'a>
impl<'a> Follow<'a> for DucFeatureControlFrameElement<'a>
Source§impl<'a> PartialEq for DucFeatureControlFrameElement<'a>
impl<'a> PartialEq for DucFeatureControlFrameElement<'a>
Source§fn eq(&self, other: &DucFeatureControlFrameElement<'a>) -> bool
fn eq(&self, other: &DucFeatureControlFrameElement<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Verifiable for DucFeatureControlFrameElement<'_>
impl Verifiable for DucFeatureControlFrameElement<'_>
Source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize,
) -> Result<(), InvalidFlatbuffer>
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize, ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos in the verifier’s buffer.
Should not need to be called directly.impl<'a> Copy for DucFeatureControlFrameElement<'a>
impl<'a> StructuralPartialEq for DucFeatureControlFrameElement<'a>
Auto Trait Implementations§
impl<'a> Freeze for DucFeatureControlFrameElement<'a>
impl<'a> RefUnwindSafe for DucFeatureControlFrameElement<'a>
impl<'a> Send for DucFeatureControlFrameElement<'a>
impl<'a> Sync for DucFeatureControlFrameElement<'a>
impl<'a> Unpin for DucFeatureControlFrameElement<'a>
impl<'a> UnwindSafe for DucFeatureControlFrameElement<'a>
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