#[repr(C)]pub struct EventDataInteractionProfileChanged {
pub ty: StructureType,
pub next: *const c_void,
pub session: Session,
}Expand description
Fields
ty: StructureTypenext: *const c_voidsession: SessionImplementations
sourceimpl EventDataInteractionProfileChanged
impl EventDataInteractionProfileChanged
pub const TYPE: StructureType = StructureType::EVENT_DATA_INTERACTION_PROFILE_CHANGED
Trait Implementations
sourceimpl Clone for EventDataInteractionProfileChanged
impl Clone for EventDataInteractionProfileChanged
sourcefn clone(&self) -> EventDataInteractionProfileChanged
fn clone(&self) -> EventDataInteractionProfileChanged
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventDataInteractionProfileChanged
Auto Trait Implementations
impl RefUnwindSafe for EventDataInteractionProfileChanged
impl !Send for EventDataInteractionProfileChanged
impl !Sync for EventDataInteractionProfileChanged
impl Unpin for EventDataInteractionProfileChanged
impl UnwindSafe for EventDataInteractionProfileChanged
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more