#[repr(C)]pub struct DHCP_SUBNET_ELEMENT_UNION(pub u8);
Tuple Fields
0: u8
Auto Trait Implementations
impl RefUnwindSafe for DHCP_SUBNET_ELEMENT_UNION
impl Send for DHCP_SUBNET_ELEMENT_UNION
impl Sync for DHCP_SUBNET_ELEMENT_UNION
impl Unpin for DHCP_SUBNET_ELEMENT_UNION
impl UnwindSafe for DHCP_SUBNET_ELEMENT_UNION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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