pub struct HourSet(/* private fields */);Expand description
A bitset of values from 0 through 23.
0 23
| |
xxxxxxxxxxxxxxxxxxxxxxxx00000001 (0-31)
|
msbImplementations§
Trait Implementations§
impl Copy for HourSet
impl Eq for HourSet
impl StructuralPartialEq for HourSet
Auto Trait Implementations§
impl Freeze for HourSet
impl RefUnwindSafe for HourSet
impl Send for HourSet
impl Sync for HourSet
impl Unpin for HourSet
impl UnsafeUnpin for HourSet
impl UnwindSafe for HourSet
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