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