#[repr(C)]pub struct am_table_short {
pub flags: U8,
pub fallback: U8,
pub spare: U16,
pub was_ok_sub: U32,
}Fields§
§flags: U8§fallback: U8§spare: U16§was_ok_sub: U32Trait Implementations§
Source§impl Clone for am_table_short
impl Clone for am_table_short
Source§fn clone(&self) -> am_table_short
fn clone(&self) -> am_table_short
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 am_table_short
impl Debug for am_table_short
Source§impl Ord for am_table_short
impl Ord for am_table_short
Source§fn cmp(&self, other: &am_table_short) -> Ordering
fn cmp(&self, other: &am_table_short) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for am_table_short
impl PartialEq for am_table_short
Source§fn eq(&self, other: &am_table_short) -> bool
fn eq(&self, other: &am_table_short) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for am_table_short
impl PartialOrd for am_table_short
impl Copy for am_table_short
impl Eq for am_table_short
impl StructuralPartialEq for am_table_short
Auto Trait Implementations§
impl Freeze for am_table_short
impl RefUnwindSafe for am_table_short
impl Send for am_table_short
impl Sync for am_table_short
impl Unpin for am_table_short
impl UnsafeUnpin for am_table_short
impl UnwindSafe for am_table_short
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