#[repr(C)]pub struct cs_tms320c64x__bindgen_ty_1 {
pub reg: c_uint,
pub zero: c_uint,
}
Fields§
§reg: c_uint
§zero: c_uint
Trait Implementations§
source§impl Clone for cs_tms320c64x__bindgen_ty_1
impl Clone for cs_tms320c64x__bindgen_ty_1
source§impl Debug for cs_tms320c64x__bindgen_ty_1
impl Debug for cs_tms320c64x__bindgen_ty_1
impl Copy for cs_tms320c64x__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_tms320c64x__bindgen_ty_1
impl Send for cs_tms320c64x__bindgen_ty_1
impl Sync for cs_tms320c64x__bindgen_ty_1
impl Unpin for cs_tms320c64x__bindgen_ty_1
impl UnwindSafe for cs_tms320c64x__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