#[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 Freeze for cs_tms320c64x__bindgen_ty_2
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