Struct CellAccessStateEventInd
#[repr(C)]pub struct CellAccessStateEventInd {
pub state: CellAccessState,
}Expand description
Indication message; Indication for a change in the cell access state, e.g., emergency only, CS call only.
Fields§
§state: CellAccessStateNetwork cell access state.
Trait Implementations§
§impl Clone for CellAccessStateEventInd
impl Clone for CellAccessStateEventInd
§fn clone(&self) -> CellAccessStateEventInd
fn clone(&self) -> CellAccessStateEventInd
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 CellAccessStateEventInd
Auto Trait Implementations§
impl Freeze for CellAccessStateEventInd
impl RefUnwindSafe for CellAccessStateEventInd
impl Send for CellAccessStateEventInd
impl Sync for CellAccessStateEventInd
impl Unpin for CellAccessStateEventInd
impl UnwindSafe for CellAccessStateEventInd
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