#[repr(C)]pub struct UA_PubSubConfiguration {
pub stateChangeCallback: Option<unsafe extern "C" fn(server: *mut UA_Server, id: *mut UA_NodeId, state: UA_PubSubState, status: UA_StatusCode)>,
pub enableDeltaFrames: UA_Boolean,
pub enableInformationModelMethods: UA_Boolean,
}Fields§
§stateChangeCallback: Option<unsafe extern "C" fn(server: *mut UA_Server, id: *mut UA_NodeId, state: UA_PubSubState, status: UA_StatusCode)>§enableDeltaFrames: UA_Boolean§enableInformationModelMethods: UA_BooleanTrait Implementations§
Source§impl Debug for UA_PubSubConfiguration
impl Debug for UA_PubSubConfiguration
Source§impl Default for UA_PubSubConfiguration
impl Default for UA_PubSubConfiguration
Source§fn default() -> UA_PubSubConfiguration
fn default() -> UA_PubSubConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_PubSubConfiguration
impl RefUnwindSafe for UA_PubSubConfiguration
impl Send for UA_PubSubConfiguration
impl Sync for UA_PubSubConfiguration
impl Unpin for UA_PubSubConfiguration
impl UnwindSafe for UA_PubSubConfiguration
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