#[repr(C)]pub struct mpc_bus {
pub type_: c_uchar,
pub busid: c_uchar,
pub bustype: [c_uchar; 6],
}
Fields§
§type_: c_uchar
§busid: c_uchar
§bustype: [c_uchar; 6]
Trait Implementations§
impl Copy for mpc_bus
Auto Trait Implementations§
impl Freeze for mpc_bus
impl RefUnwindSafe for mpc_bus
impl Send for mpc_bus
impl Sync for mpc_bus
impl Unpin for mpc_bus
impl UnwindSafe for mpc_bus
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