#[repr(C)]pub struct QmiPhysicalSlotStatusSlot {
pub physical_card_status: QmiUimPhysicalCardState,
pub physical_slot_status: QmiUimSlotState,
pub logical_slot: u8,
pub iccid: *mut GArray,
}Fields§
§physical_card_status: QmiUimPhysicalCardState§physical_slot_status: QmiUimSlotState§logical_slot: u8§iccid: *mut GArrayTrait Implementations§
Source§impl Clone for QmiPhysicalSlotStatusSlot
impl Clone for QmiPhysicalSlotStatusSlot
Source§fn clone(&self) -> QmiPhysicalSlotStatusSlot
fn clone(&self) -> QmiPhysicalSlotStatusSlot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiPhysicalSlotStatusSlot
Auto Trait Implementations§
impl !Send for QmiPhysicalSlotStatusSlot
impl !Sync for QmiPhysicalSlotStatusSlot
impl Freeze for QmiPhysicalSlotStatusSlot
impl RefUnwindSafe for QmiPhysicalSlotStatusSlot
impl Unpin for QmiPhysicalSlotStatusSlot
impl UnsafeUnpin for QmiPhysicalSlotStatusSlot
impl UnwindSafe for QmiPhysicalSlotStatusSlot
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