pub struct IRChannel {
pub id: usize,
pub var_name: String,
pub pv_name: String,
pub var_type: IRType,
pub monitored: bool,
pub sync_ef: Option<usize>,
}Fields§
§id: usize§var_name: String§pv_name: String§var_type: IRType§monitored: bool§sync_ef: Option<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRChannel
impl RefUnwindSafe for IRChannel
impl Send for IRChannel
impl Sync for IRChannel
impl Unpin for IRChannel
impl UnsafeUnpin for IRChannel
impl UnwindSafe for IRChannel
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