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 = Self(0i32)
pub const FullyQualified: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more