#[repr(C)]pub struct UA_PublisherId {
pub idType: UA_PublisherIdType,
pub id: UA_PublisherId__bindgen_ty_1,
}Fields§
§idType: UA_PublisherIdType§id: UA_PublisherId__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl !Send for UA_PublisherId
impl !Sync for UA_PublisherId
impl Freeze for UA_PublisherId
impl RefUnwindSafe for UA_PublisherId
impl Unpin for UA_PublisherId
impl UnsafeUnpin for UA_PublisherId
impl UnwindSafe for UA_PublisherId
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