#[repr(C)]pub struct COutputPin {
pub name: *const c_char,
pub produces_type: CPacketTypeInfo,
}Expand description
Output pin definition
Fields§
§name: *const c_char§produces_type: CPacketTypeInfoAuto Trait Implementations§
impl Freeze for COutputPin
impl RefUnwindSafe for COutputPin
impl !Send for COutputPin
impl !Sync for COutputPin
impl Unpin for COutputPin
impl UnwindSafe for COutputPin
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