#[repr(C)]pub struct IndexOfType {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for IndexOfType
impl Clone for IndexOfType
Source§fn clone(&self) -> IndexOfType
fn clone(&self) -> IndexOfType
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 moreSource§impl Debug for IndexOfType
impl Debug for IndexOfType
Source§impl PartialEq for IndexOfType
impl PartialEq for IndexOfType
Source§fn eq(&self, other: &IndexOfType) -> bool
fn eq(&self, other: &IndexOfType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndexOfType
impl StructuralPartialEq for IndexOfType
Auto Trait Implementations§
impl Freeze for IndexOfType
impl RefUnwindSafe for IndexOfType
impl Send for IndexOfType
impl Sync for IndexOfType
impl Unpin for IndexOfType
impl UnsafeUnpin for IndexOfType
impl UnwindSafe for IndexOfType
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