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