#[repr(transparent)]pub struct VpnChannelActivityEventType(pub i32);
Expand description
Required features: "Networking_Vpn"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for VpnChannelActivityEventType
impl Clone for VpnChannelActivityEventType
impl Copy for VpnChannelActivityEventType
Auto Trait Implementations
impl RefUnwindSafe for VpnChannelActivityEventType
impl Send for VpnChannelActivityEventType
impl Sync for VpnChannelActivityEventType
impl Unpin for VpnChannelActivityEventType
impl UnwindSafe for VpnChannelActivityEventType
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