#[repr(C)]pub struct UA_ViewAttributes {
pub specifiedAttributes: UA_UInt32,
pub displayName: UA_LocalizedText,
pub description: UA_LocalizedText,
pub writeMask: UA_UInt32,
pub userWriteMask: UA_UInt32,
pub containsNoLoops: UA_Boolean,
pub eventNotifier: UA_Byte,
}Fields§
§specifiedAttributes: UA_UInt32§displayName: UA_LocalizedText§description: UA_LocalizedText§writeMask: UA_UInt32§userWriteMask: UA_UInt32§containsNoLoops: UA_Boolean§eventNotifier: UA_ByteTrait Implementations§
Source§impl Clone for UA_ViewAttributes
impl Clone for UA_ViewAttributes
Source§fn clone(&self) -> UA_ViewAttributes
fn clone(&self) -> UA_ViewAttributes
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_ViewAttributes
impl Debug for UA_ViewAttributes
impl Copy for UA_ViewAttributes
Auto Trait Implementations§
impl Freeze for UA_ViewAttributes
impl RefUnwindSafe for UA_ViewAttributes
impl !Send for UA_ViewAttributes
impl !Sync for UA_ViewAttributes
impl Unpin for UA_ViewAttributes
impl UnwindSafe for UA_ViewAttributes
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