pub struct ChanWidthSet(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl ChanWidthSet
impl ChanWidthSet
pub const TWENTY_ONLY: Self = _
pub const TWENTY_FORTY: Self = _
Trait Implementations§
Source§impl Clone for ChanWidthSet
impl Clone for ChanWidthSet
Source§fn clone(&self) -> ChanWidthSet
fn clone(&self) -> ChanWidthSet
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 ChanWidthSet
impl Debug for ChanWidthSet
Source§impl PartialEq for ChanWidthSet
impl PartialEq for ChanWidthSet
Source§impl PartialOrd for ChanWidthSet
impl PartialOrd for ChanWidthSet
impl Copy for ChanWidthSet
impl StructuralPartialEq for ChanWidthSet
Auto Trait Implementations§
impl Freeze for ChanWidthSet
impl RefUnwindSafe for ChanWidthSet
impl Send for ChanWidthSet
impl Sync for ChanWidthSet
impl Unpin for ChanWidthSet
impl UnwindSafe for ChanWidthSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)