Struct windows_native::bitfield::UnionField
source ยท #[repr(C)]pub struct UnionField<T>(_);Implementationsยง
Trait Implementationsยง
sourceยงimpl<T> Clone for UnionField<T>
impl<T> Clone for UnionField<T>
sourceยงimpl<T> Debug for UnionField<T>
impl<T> Debug for UnionField<T>
sourceยงimpl<T> Default for UnionField<T>
impl<T> Default for UnionField<T>
sourceยงimpl<T> Hash for UnionField<T>
impl<T> Hash for UnionField<T>
sourceยงimpl<T> PartialEq<UnionField<T>> for UnionField<T>
impl<T> PartialEq<UnionField<T>> for UnionField<T>
impl<T> Copy for UnionField<T>
impl<T> Eq for UnionField<T>
Auto Trait Implementationsยง
impl<T> RefUnwindSafe for UnionField<T>where T: RefUnwindSafe,
impl<T> Send for UnionField<T>where T: Send,
impl<T> Sync for UnionField<T>where T: Sync,
impl<T> Unpin for UnionField<T>where T: Unpin,
impl<T> UnwindSafe for UnionField<T>where T: UnwindSafe,
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more