pub struct A2fRootBuilder<'a: 'b, 'b, A: Allocator + 'a> { /* private fields */ }
Implementations§
Source§impl<'a: 'b, 'b, A: Allocator + 'a> A2fRootBuilder<'a, 'b, A>
impl<'a: 'b, 'b, A: Allocator + 'a> A2fRootBuilder<'a, 'b, A>
pub fn add_format(&mut self, format: A2fMessageFormat)
pub fn add_iv(&mut self, iv: &Bits96)
pub fn add_plain_message_type(&mut self, plain_message_type: A2fPlainMessage)
pub fn add_plain_message(&mut self, plain_message: WIPOffset<UnionWIPOffset>)
pub fn add_encrypted_payload( &mut self, encrypted_payload: WIPOffset<Vector<'b, u8>>, )
pub fn new(_fbb: &'b mut FlatBufferBuilder<'a, A>) -> A2fRootBuilder<'a, 'b, A>
pub fn finish(self) -> WIPOffset<A2fRoot<'a>>
Auto Trait Implementations§
impl<'a, 'b, A> Freeze for A2fRootBuilder<'a, 'b, A>
impl<'a, 'b, A> RefUnwindSafe for A2fRootBuilder<'a, 'b, A>where
A: RefUnwindSafe,
impl<'a, 'b, A> Send for A2fRootBuilder<'a, 'b, A>where
A: Send,
impl<'a, 'b, A> Sync for A2fRootBuilder<'a, 'b, A>where
A: Sync,
impl<'a, 'b, A> Unpin for A2fRootBuilder<'a, 'b, A>
impl<'a, 'b, A> !UnwindSafe for A2fRootBuilder<'a, 'b, 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