pub struct TableFinishedWIPOffset {}
Expand description
TableFinishedWIPOffset marks a WIPOffset as being for a finished table.
Trait Implementations§
Source§impl Clone for TableFinishedWIPOffset
impl Clone for TableFinishedWIPOffset
Source§fn clone(&self) -> TableFinishedWIPOffset
fn clone(&self) -> TableFinishedWIPOffset
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 TableFinishedWIPOffset
Auto Trait Implementations§
impl Freeze for TableFinishedWIPOffset
impl RefUnwindSafe for TableFinishedWIPOffset
impl Send for TableFinishedWIPOffset
impl Sync for TableFinishedWIPOffset
impl Unpin for TableFinishedWIPOffset
impl UnwindSafe for TableFinishedWIPOffset
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