#[repr(C)]pub struct NativeTable {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for NativeTable
impl Clone for NativeTable
Source§fn clone(&self) -> NativeTable
fn clone(&self) -> NativeTable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NativeTable
Source§impl Debug for NativeTable
impl Debug for NativeTable
Source§impl Default for NativeTable
impl Default for NativeTable
Source§fn default() -> NativeTable
fn default() -> NativeTable
Returns the “default value” for a type. Read more
impl Eq for NativeTable
Source§impl PartialEq for NativeTable
impl PartialEq for NativeTable
Source§fn eq(&self, other: &NativeTable) -> bool
fn eq(&self, other: &NativeTable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeTable
Auto Trait Implementations§
impl Freeze for NativeTable
impl RefUnwindSafe for NativeTable
impl Send for NativeTable
impl Sync for NativeTable
impl Unpin for NativeTable
impl UnsafeUnpin for NativeTable
impl UnwindSafe for NativeTable
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