#[repr(C)]pub struct dx_event_subscription_param_list {
pub elements: *mut dx_event_subscription_param_t,
pub size: usize,
pub capacity: usize,
}Expand description
Event subscription param list
Fields§
§elements: *mut dx_event_subscription_param_t§size: usize§capacity: usizeTrait Implementations§
Source§impl Clone for dx_event_subscription_param_list
impl Clone for dx_event_subscription_param_list
Source§fn clone(&self) -> dx_event_subscription_param_list
fn clone(&self) -> dx_event_subscription_param_list
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 PartialEq for dx_event_subscription_param_list
impl PartialEq for dx_event_subscription_param_list
Source§fn eq(&self, other: &dx_event_subscription_param_list) -> bool
fn eq(&self, other: &dx_event_subscription_param_list) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for dx_event_subscription_param_list
impl StructuralPartialEq for dx_event_subscription_param_list
Auto Trait Implementations§
impl Freeze for dx_event_subscription_param_list
impl RefUnwindSafe for dx_event_subscription_param_list
impl !Send for dx_event_subscription_param_list
impl !Sync for dx_event_subscription_param_list
impl Unpin for dx_event_subscription_param_list
impl UnwindSafe for dx_event_subscription_param_list
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