#[repr(C)]
pub union m68k_op_size__bindgen_ty_1 {
pub cpu_size: m68k_cpu_size,
pub fpu_size: m68k_fpu_size,
}
Fields§
§cpu_size: m68k_cpu_size
§fpu_size: m68k_fpu_size
Trait Implementations§
source§impl Clone for m68k_op_size__bindgen_ty_1
impl Clone for m68k_op_size__bindgen_ty_1
source§impl Debug for m68k_op_size__bindgen_ty_1
impl Debug for m68k_op_size__bindgen_ty_1
impl Copy for m68k_op_size__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for m68k_op_size__bindgen_ty_1
impl Send for m68k_op_size__bindgen_ty_1
impl Sync for m68k_op_size__bindgen_ty_1
impl Unpin for m68k_op_size__bindgen_ty_1
impl UnwindSafe for m68k_op_size__bindgen_ty_1
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