#[repr(C)]pub struct UA_Guid {
pub data1: UA_UInt32,
pub data2: UA_UInt16,
pub data3: UA_UInt16,
pub data4: [UA_Byte; 8],
}Fields§
§data1: UA_UInt32§data2: UA_UInt16§data3: UA_UInt16§data4: [UA_Byte; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_Guid
impl RefUnwindSafe for UA_Guid
impl Send for UA_Guid
impl Sync for UA_Guid
impl Unpin for UA_Guid
impl UnwindSafe for UA_Guid
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