#[repr(transparent)]pub struct RemoteSystemDiscoveryType(pub i32);
Expand description
Required features: "System_RemoteSystems"
Tuple Fields
0: i32
Implementations
impl RemoteSystemDiscoveryType
impl RemoteSystemDiscoveryType
pub const Any: Self = Self(0i32)
pub const Proximal: Self = Self(1i32)
pub const Cloud: Self = Self(2i32)
pub const SpatiallyProximal: Self = Self(3i32)
Trait Implementations
impl Clone for RemoteSystemDiscoveryType
impl Clone for RemoteSystemDiscoveryType
impl Copy for RemoteSystemDiscoveryType
Auto Trait Implementations
impl RefUnwindSafe for RemoteSystemDiscoveryType
impl Send for RemoteSystemDiscoveryType
impl Sync for RemoteSystemDiscoveryType
impl Unpin for RemoteSystemDiscoveryType
impl UnwindSafe for RemoteSystemDiscoveryType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more