Struct windows_sys::Win32::NetworkManagement::Rras::RAS_USER_1
[−]#[repr(C)]pub struct RAS_USER_1 {
pub bfPrivilege: u8,
pub wszPhoneNumber: [u16; 129],
pub bfPrivilege2: u8,
}
Expand description
Required features: ‘Win32_NetworkManagement_Rras’
Fields
bfPrivilege: u8
wszPhoneNumber: [u16; 129]
bfPrivilege2: u8
Trait Implementations
impl Clone for RAS_USER_1
impl Clone for RAS_USER_1
impl Copy for RAS_USER_1
Auto Trait Implementations
impl RefUnwindSafe for RAS_USER_1
impl Send for RAS_USER_1
impl Sync for RAS_USER_1
impl Unpin for RAS_USER_1
impl UnwindSafe for RAS_USER_1
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