#[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: U32
Trait 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 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 moreSource§impl Debug for am_table_short
impl Debug for am_table_short
impl Copy 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 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