#[repr(transparent)]pub struct DomainConnectivityLevel(pub i32);
Expand description
Required features: ‘Networking_Connectivity’
Tuple Fields
0: i32
Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more