Struct windows::Networking::NetworkOperators::KnownUSimFilePaths
pub struct KnownUSimFilePaths;
Implementations§
§impl KnownUSimFilePaths
impl KnownUSimFilePaths
pub fn EFSpn() -> Result<IVectorView<u32>>
pub fn EFOpl() -> Result<IVectorView<u32>>
pub fn EFPnn() -> Result<IVectorView<u32>>
pub fn Gid1() -> Result<IVectorView<u32>>
pub fn Gid2() -> Result<IVectorView<u32>>
Auto Trait Implementations§
impl Freeze for KnownUSimFilePaths
impl RefUnwindSafe for KnownUSimFilePaths
impl Send for KnownUSimFilePaths
impl Sync for KnownUSimFilePaths
impl Unpin for KnownUSimFilePaths
impl UnwindSafe for KnownUSimFilePaths
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