Struct flatbuffers::VTableWIPOffset
source · pub struct VTableWIPOffset {}
Expand description
VTableWIPOffset marks a WIPOffset as being for a vtable.
Trait Implementations§
source§impl Clone for VTableWIPOffset
impl Clone for VTableWIPOffset
source§fn clone(&self) -> VTableWIPOffset
fn clone(&self) -> VTableWIPOffset
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 moreimpl Copy for VTableWIPOffset
Auto Trait Implementations§
impl Freeze for VTableWIPOffset
impl RefUnwindSafe for VTableWIPOffset
impl Send for VTableWIPOffset
impl Sync for VTableWIPOffset
impl Unpin for VTableWIPOffset
impl UnwindSafe for VTableWIPOffset
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