pub struct MonthSet(/* private fields */);Expand description
A bitset of values from 1 through 12. The most significant bit is always set to guarantee that the entire set is never zero.
1 12
| |
0xxxxxxxxxxxx001 (0-15)
| |
lsb msbImplementations§
Trait Implementations§
impl Copy for MonthSet
impl Eq for MonthSet
impl StructuralPartialEq for MonthSet
Auto Trait Implementations§
impl Freeze for MonthSet
impl RefUnwindSafe for MonthSet
impl Send for MonthSet
impl Sync for MonthSet
impl Unpin for MonthSet
impl UnsafeUnpin for MonthSet
impl UnwindSafe for MonthSet
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