#[repr(C)]pub struct St25tbPollerEvent {
pub type_: St25tbPollerEventType,
pub data: *mut St25tbPollerEventData,
}Fields§
§type_: St25tbPollerEventType§data: *mut St25tbPollerEventDataTrait Implementations§
Source§impl Clone for St25tbPollerEvent
impl Clone for St25tbPollerEvent
Source§fn clone(&self) -> St25tbPollerEvent
fn clone(&self) -> St25tbPollerEvent
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 St25tbPollerEvent
impl Debug for St25tbPollerEvent
impl Copy for St25tbPollerEvent
Auto Trait Implementations§
impl Freeze for St25tbPollerEvent
impl RefUnwindSafe for St25tbPollerEvent
impl !Send for St25tbPollerEvent
impl !Sync for St25tbPollerEvent
impl Unpin for St25tbPollerEvent
impl UnwindSafe for St25tbPollerEvent
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