#[repr(transparent)]pub struct St25tbPollerEventType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for St25tbPollerEventType
impl Clone for St25tbPollerEventType
Source§fn clone(&self) -> St25tbPollerEventType
fn clone(&self) -> St25tbPollerEventType
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 St25tbPollerEventType
impl Debug for St25tbPollerEventType
Source§impl Hash for St25tbPollerEventType
impl Hash for St25tbPollerEventType
Source§impl PartialEq for St25tbPollerEventType
impl PartialEq for St25tbPollerEventType
impl Copy for St25tbPollerEventType
impl Eq for St25tbPollerEventType
impl StructuralPartialEq for St25tbPollerEventType
Auto Trait Implementations§
impl Freeze for St25tbPollerEventType
impl RefUnwindSafe for St25tbPollerEventType
impl Send for St25tbPollerEventType
impl Sync for St25tbPollerEventType
impl Unpin for St25tbPollerEventType
impl UnwindSafe for St25tbPollerEventType
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