pub struct BrowseElement {
pub name: String,
pub item_id: String,
pub flag_value: u32,
pub item_properties: ItemProperties,
}Fields§
§name: String§item_id: String§flag_value: u32§item_properties: ItemPropertiesTrait Implementations§
Source§impl TryFrom<BrowseElement> for tagOPCBROWSEELEMENT
impl TryFrom<BrowseElement> for tagOPCBROWSEELEMENT
Auto Trait Implementations§
impl Freeze for BrowseElement
impl RefUnwindSafe for BrowseElement
impl Send for BrowseElement
impl Sync for BrowseElement
impl Unpin for BrowseElement
impl UnwindSafe for BrowseElement
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