pub struct TwoDirectionRepeatFactorId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for TwoDirectionRepeatFactorId
impl Clone for TwoDirectionRepeatFactorId
Source§fn clone(&self) -> TwoDirectionRepeatFactorId
fn clone(&self) -> TwoDirectionRepeatFactorId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TwoDirectionRepeatFactorId
Source§impl Debug for TwoDirectionRepeatFactorId
impl Debug for TwoDirectionRepeatFactorId
impl Eq for TwoDirectionRepeatFactorId
Source§impl Hash for TwoDirectionRepeatFactorId
impl Hash for TwoDirectionRepeatFactorId
Source§impl PartialEq for TwoDirectionRepeatFactorId
impl PartialEq for TwoDirectionRepeatFactorId
Source§fn eq(&self, other: &TwoDirectionRepeatFactorId) -> bool
fn eq(&self, other: &TwoDirectionRepeatFactorId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TwoDirectionRepeatFactorId
Auto Trait Implementations§
impl Freeze for TwoDirectionRepeatFactorId
impl RefUnwindSafe for TwoDirectionRepeatFactorId
impl Send for TwoDirectionRepeatFactorId
impl Sync for TwoDirectionRepeatFactorId
impl Unpin for TwoDirectionRepeatFactorId
impl UnsafeUnpin for TwoDirectionRepeatFactorId
impl UnwindSafe for TwoDirectionRepeatFactorId
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