#[repr(C)]pub struct UA_EventFilterParserOptions {
pub logger: *const UA_Logger,
}Fields§
§logger: *const UA_LoggerTrait Implementations§
Source§impl Debug for UA_EventFilterParserOptions
impl Debug for UA_EventFilterParserOptions
Auto Trait Implementations§
impl !Send for UA_EventFilterParserOptions
impl !Sync for UA_EventFilterParserOptions
impl Freeze for UA_EventFilterParserOptions
impl RefUnwindSafe for UA_EventFilterParserOptions
impl Unpin for UA_EventFilterParserOptions
impl UnsafeUnpin for UA_EventFilterParserOptions
impl UnwindSafe for UA_EventFilterParserOptions
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