#[repr(transparent)]pub struct TableHandle(pub i16);Expand description
A handle to a cFE table.
Tuple Fields§
§0: i16Trait Implementations§
Source§impl Clone for TableHandle
impl Clone for TableHandle
Source§fn clone(&self) -> TableHandle
fn clone(&self) -> TableHandle
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 TableHandle
impl Debug for TableHandle
Source§impl PartialEq for TableHandle
impl PartialEq for TableHandle
impl Copy for TableHandle
impl Eq for TableHandle
impl StructuralPartialEq for TableHandle
Auto Trait Implementations§
impl Freeze for TableHandle
impl RefUnwindSafe for TableHandle
impl Send for TableHandle
impl Sync for TableHandle
impl Unpin for TableHandle
impl UnsafeUnpin for TableHandle
impl UnwindSafe for TableHandle
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