Enum iop::DevicesIds
source · pub enum DevicesIds {
Adid,
Afai,
Idfa,
Lgudid,
Msai,
Rida,
Tifa,
TvOS,
Vaid,
Vida,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DevicesIds
impl Send for DevicesIds
impl Sync for DevicesIds
impl Unpin for DevicesIds
impl UnwindSafe for DevicesIds
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