#[repr(C)]pub struct UA_ElementOperand {
pub index: UA_UInt32,
}Fields§
§index: UA_UInt32Trait Implementations§
Source§impl Clone for UA_ElementOperand
impl Clone for UA_ElementOperand
Source§fn clone(&self) -> UA_ElementOperand
fn clone(&self) -> UA_ElementOperand
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_ElementOperand
impl Debug for UA_ElementOperand
impl Copy for UA_ElementOperand
Auto Trait Implementations§
impl Freeze for UA_ElementOperand
impl RefUnwindSafe for UA_ElementOperand
impl Send for UA_ElementOperand
impl Sync for UA_ElementOperand
impl Unpin for UA_ElementOperand
impl UnwindSafe for UA_ElementOperand
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