#[repr(transparent)]pub struct DomainConnectivityLevel(pub i32);
Expand description
Required features: "Networking_Connectivity"
Tuple Fields
0: i32
Implementations
impl DomainConnectivityLevel
impl DomainConnectivityLevel
pub const None: Self = Self(0i32)
pub const Unauthenticated: Self = Self(1i32)
pub const Authenticated: Self = Self(2i32)
Trait Implementations
impl Clone for DomainConnectivityLevel
impl Clone for DomainConnectivityLevel
impl Copy for DomainConnectivityLevel
Auto Trait Implementations
impl RefUnwindSafe for DomainConnectivityLevel
impl Send for DomainConnectivityLevel
impl Sync for DomainConnectivityLevel
impl Unpin for DomainConnectivityLevel
impl UnwindSafe for DomainConnectivityLevel
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