Struct Initsr
#[repr(transparent)]pub struct Initsr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Initsr
impl Initsr
pub const NOTINITALIZED: Self
pub const NOTINITALIZED: Self
Calendar has not been initialized
pub const INITALIZED: Self
pub const INITALIZED: Self
Calendar has been initialized
Trait Implementations§
§impl Ord for Initsr
impl Ord for Initsr
§impl PartialOrd for Initsr
impl PartialOrd for Initsr
impl Copy for Initsr
impl Eq for Initsr
impl StructuralPartialEq for Initsr
Auto Trait Implementations§
impl Freeze for Initsr
impl RefUnwindSafe for Initsr
impl Send for Initsr
impl Sync for Initsr
impl Unpin for Initsr
impl UnwindSafe for Initsr
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