pub struct Treadle(pub u32);Expand description
Wrapper for Treadle
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for Treadle
impl StructuralPartialEq for Treadle
Auto Trait Implementations§
impl Freeze for Treadle
impl RefUnwindSafe for Treadle
impl Send for Treadle
impl Sync for Treadle
impl Unpin for Treadle
impl UnwindSafe for Treadle
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