pub struct RDR {
pub num_bins: U2,
pub rtst_bin: KxU2,
}
Fields§
§num_bins: U2
§rtst_bin: KxU2
Implementations§
Trait Implementations§
impl Eq for RDR
impl StructuralPartialEq for RDR
Auto Trait Implementations§
impl Freeze for RDR
impl RefUnwindSafe for RDR
impl Send for RDR
impl Sync for RDR
impl Unpin for RDR
impl UnwindSafe for RDR
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