#[repr(C)]pub struct UnionType {
pub repr: Repr,
pub fields: &'static [Field],
}Expand description
Common fields for union types
Fields§
§repr: ReprRepresentation of the union’s data
fields: &'static [Field]all fields
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnionType
impl RefUnwindSafe for UnionType
impl Send for UnionType
impl Sync for UnionType
impl Unpin for UnionType
impl UnwindSafe for UnionType
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