#[repr(C)]pub struct dx_event_subscription_param {
pub record_id: dx_record_id_t,
pub subscription_type: dx_subscription_type_t,
}Expand description
Event subscription param
Fields§
§record_id: dx_record_id_t§subscription_type: dx_subscription_type_tTrait Implementations§
Source§impl Clone for dx_event_subscription_param
impl Clone for dx_event_subscription_param
Source§fn clone(&self) -> dx_event_subscription_param
fn clone(&self) -> dx_event_subscription_param
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dx_event_subscription_param
impl Debug for dx_event_subscription_param
impl Copy for dx_event_subscription_param
impl StructuralPartialEq for dx_event_subscription_param
Auto Trait Implementations§
impl Freeze for dx_event_subscription_param
impl RefUnwindSafe for dx_event_subscription_param
impl Send for dx_event_subscription_param
impl Sync for dx_event_subscription_param
impl Unpin for dx_event_subscription_param
impl UnwindSafe for dx_event_subscription_param
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