#[repr(C)]pub struct UA_PubSubOffset {
pub offsetType: UA_PubSubOffsetType,
pub offset: usize,
pub component: UA_NodeId,
}Fields§
§offsetType: UA_PubSubOffsetType§offset: usize§component: UA_NodeIdTrait Implementations§
Auto Trait Implementations§
impl !Send for UA_PubSubOffset
impl !Sync for UA_PubSubOffset
impl Freeze for UA_PubSubOffset
impl RefUnwindSafe for UA_PubSubOffset
impl Unpin for UA_PubSubOffset
impl UnsafeUnpin for UA_PubSubOffset
impl UnwindSafe for UA_PubSubOffset
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