#[repr(C)]pub struct UA_MonitoredItem { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_MonitoredItem
impl RefUnwindSafe for UA_MonitoredItem
impl Send for UA_MonitoredItem
impl Sync for UA_MonitoredItem
impl Unpin for UA_MonitoredItem
impl UnwindSafe for UA_MonitoredItem
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