Struct windows_sys::Networking::DomainNameType
[−]#[repr(transparent)]pub struct DomainNameType(pub i32);
Expand description
Required features: ‘Networking’
Tuple Fields
0: i32
Implementations
impl DomainNameType
impl DomainNameType
pub const Suffix: Self
pub const FullyQualified: Self
Trait Implementations
impl Clone for DomainNameType
impl Clone for DomainNameType
impl Copy for DomainNameType
Auto Trait Implementations
impl RefUnwindSafe for DomainNameType
impl Send for DomainNameType
impl Sync for DomainNameType
impl Unpin for DomainNameType
impl UnwindSafe for DomainNameType
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