pub type FORCE_NOTLEAPYEAR_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field FORCE_NOTLEAPYEAR writer - If set, leapyear is forced off.
Useful for years divisible by 100 but not by 400

Aliased Type§

struct FORCE_NOTLEAPYEAR_W<'a, REG> { /* private fields */ }