#[repr(C)]pub struct am_table {
pub flags: U8,
pub fallback: U8,
pub spare: U16,
pub was_ok_sub: U32,
pub table: [*mut CV; 75],
}
Fields§
§flags: U8
§fallback: U8
§spare: U16
§was_ok_sub: U32
§table: [*mut CV; 75]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for am_table
impl RefUnwindSafe for am_table
impl !Send for am_table
impl !Sync for am_table
impl Unpin for am_table
impl UnwindSafe for am_table
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