#[repr(C)]pub struct UA_QueryNextRequest {
pub requestHeader: UA_RequestHeader,
pub releaseContinuationPoint: UA_Boolean,
pub continuationPoint: UA_ByteString,
}Fields§
§requestHeader: UA_RequestHeader§releaseContinuationPoint: UA_Boolean§continuationPoint: UA_ByteStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_QueryNextRequest
impl RefUnwindSafe for UA_QueryNextRequest
impl !Send for UA_QueryNextRequest
impl !Sync for UA_QueryNextRequest
impl Unpin for UA_QueryNextRequest
impl UnwindSafe for UA_QueryNextRequest
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