pub struct RD {
pub rd: i32,
}Expand description
Rata Die day number
Fields§
§rd: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RD
impl RefUnwindSafe for RD
impl Send for RD
impl Sync for RD
impl Unpin for RD
impl UnsafeUnpin for RD
impl UnwindSafe for RD
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