#[repr(C)]pub struct TableElement { /* private fields */ }
Implementations§
Source§impl TableElement
impl TableElement
pub fn function_pointer(&self) -> FunctionPointer
Trait Implementations§
Source§impl Clone for TableElement
impl Clone for TableElement
Source§fn clone(&self) -> TableElement
fn clone(&self) -> TableElement
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 moreAuto Trait Implementations§
impl Freeze for TableElement
impl RefUnwindSafe for TableElement
impl Send for TableElement
impl Sync for TableElement
impl Unpin for TableElement
impl UnwindSafe for TableElement
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