Struct NitzTimeEventInd
#[repr(C)]pub struct NitzTimeEventInd {
pub info: NitzTimeInfo,
}Expand description
Indication message; Indication to update NITZ time.
Fields§
§info: NitzTimeInfoTrait Implementations§
§impl Clone for NitzTimeEventInd
impl Clone for NitzTimeEventInd
§fn clone(&self) -> NitzTimeEventInd
fn clone(&self) -> NitzTimeEventInd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NitzTimeEventInd
Auto Trait Implementations§
impl Freeze for NitzTimeEventInd
impl RefUnwindSafe for NitzTimeEventInd
impl Send for NitzTimeEventInd
impl Sync for NitzTimeEventInd
impl Unpin for NitzTimeEventInd
impl UnwindSafe for NitzTimeEventInd
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