#[repr(C)]pub struct TagBase {
pub sig: TagTypeSignature,
pub reserved: [i8; 4],
}
Fields§
§sig: TagTypeSignature
§reserved: [i8; 4]
Trait Implementations§
impl Copy for TagBase
Auto Trait Implementations§
impl RefUnwindSafe for TagBase
impl Send for TagBase
impl Sync for TagBase
impl Unpin for TagBase
impl UnwindSafe for TagBase
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