#[repr(C)]pub struct St25tbPollerReadyData {
pub type_: St25tbType,
}Fields§
§type_: St25tbTypeTrait Implementations§
Source§impl Clone for St25tbPollerReadyData
impl Clone for St25tbPollerReadyData
Source§fn clone(&self) -> St25tbPollerReadyData
fn clone(&self) -> St25tbPollerReadyData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for St25tbPollerReadyData
Auto Trait Implementations§
impl Freeze for St25tbPollerReadyData
impl RefUnwindSafe for St25tbPollerReadyData
impl Send for St25tbPollerReadyData
impl Sync for St25tbPollerReadyData
impl Unpin for St25tbPollerReadyData
impl UnsafeUnpin for St25tbPollerReadyData
impl UnwindSafe for St25tbPollerReadyData
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