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