#[repr(C)]pub struct CInputPin {
pub name: *const c_char,
pub accepts_types: *const CPacketTypeInfo,
pub accepts_types_count: usize,
}Expand description
Input pin definition
Fields§
§name: *const c_char§accepts_types: *const CPacketTypeInfoArray of accepted packet types with format info
accepts_types_count: usizeAuto Trait Implementations§
impl Freeze for CInputPin
impl RefUnwindSafe for CInputPin
impl !Send for CInputPin
impl !Sync for CInputPin
impl Unpin for CInputPin
impl UnwindSafe for CInputPin
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