pub struct StaChanWidth(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl StaChanWidth
impl StaChanWidth
pub const TWENTY_MHZ: Self
pub const ANY: Self
Trait Implementations§
Source§impl Clone for StaChanWidth
impl Clone for StaChanWidth
Source§fn clone(&self) -> StaChanWidth
fn clone(&self) -> StaChanWidth
Returns a copy 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 StaChanWidth
impl Debug for StaChanWidth
Source§impl PartialEq for StaChanWidth
impl PartialEq for StaChanWidth
Source§impl PartialOrd for StaChanWidth
impl PartialOrd for StaChanWidth
impl Copy for StaChanWidth
impl Eq for StaChanWidth
impl StructuralPartialEq for StaChanWidth
Auto Trait Implementations§
impl Freeze for StaChanWidth
impl RefUnwindSafe for StaChanWidth
impl Send for StaChanWidth
impl Sync for StaChanWidth
impl Unpin for StaChanWidth
impl UnwindSafe for StaChanWidth
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