#[repr(C)]pub struct UA_SubscribedDataSetMirrorDataType {
pub parentNodeName: UA_String,
pub rolePermissionsSize: usize,
pub rolePermissions: *mut UA_RolePermissionType,
}Fields§
§parentNodeName: UA_String§rolePermissionsSize: usize§rolePermissions: *mut UA_RolePermissionTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_SubscribedDataSetMirrorDataType
impl RefUnwindSafe for UA_SubscribedDataSetMirrorDataType
impl !Send for UA_SubscribedDataSetMirrorDataType
impl !Sync for UA_SubscribedDataSetMirrorDataType
impl Unpin for UA_SubscribedDataSetMirrorDataType
impl UnwindSafe for UA_SubscribedDataSetMirrorDataType
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