pub struct NumberOfSdrs(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for NumberOfSdrs
impl Clone for NumberOfSdrs
Source§fn clone(&self) -> NumberOfSdrs
fn clone(&self) -> NumberOfSdrs
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 NumberOfSdrs
impl Debug for NumberOfSdrs
Source§impl PartialEq for NumberOfSdrs
impl PartialEq for NumberOfSdrs
impl Copy for NumberOfSdrs
impl StructuralPartialEq for NumberOfSdrs
Auto Trait Implementations§
impl Freeze for NumberOfSdrs
impl RefUnwindSafe for NumberOfSdrs
impl Send for NumberOfSdrs
impl Sync for NumberOfSdrs
impl Unpin for NumberOfSdrs
impl UnwindSafe for NumberOfSdrs
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