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