#[repr(C)]pub struct UA_ReferenceTypeAttributes {
pub specifiedAttributes: UA_UInt32,
pub displayName: UA_LocalizedText,
pub description: UA_LocalizedText,
pub writeMask: UA_UInt32,
pub userWriteMask: UA_UInt32,
pub isAbstract: UA_Boolean,
pub symmetric: UA_Boolean,
pub inverseName: UA_LocalizedText,
}Fields§
§specifiedAttributes: UA_UInt32§displayName: UA_LocalizedText§description: UA_LocalizedText§writeMask: UA_UInt32§userWriteMask: UA_UInt32§isAbstract: UA_Boolean§symmetric: UA_Boolean§inverseName: UA_LocalizedTextTrait Implementations§
Source§impl Clone for UA_ReferenceTypeAttributes
impl Clone for UA_ReferenceTypeAttributes
Source§fn clone(&self) -> UA_ReferenceTypeAttributes
fn clone(&self) -> UA_ReferenceTypeAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_ReferenceTypeAttributes
impl Debug for UA_ReferenceTypeAttributes
impl Copy for UA_ReferenceTypeAttributes
Auto Trait Implementations§
impl Freeze for UA_ReferenceTypeAttributes
impl RefUnwindSafe for UA_ReferenceTypeAttributes
impl !Send for UA_ReferenceTypeAttributes
impl !Sync for UA_ReferenceTypeAttributes
impl Unpin for UA_ReferenceTypeAttributes
impl UnwindSafe for UA_ReferenceTypeAttributes
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