#[repr(C)]
pub union tagCY {
pub __bindgen_anon_1: tagCY__bindgen_ty_1,
pub int64: LONGLONG,
}
Fields§
§__bindgen_anon_1: tagCY__bindgen_ty_1
§int64: LONGLONG
Trait Implementations§
Auto Trait Implementations§
impl Freeze for tagCY
impl RefUnwindSafe for tagCY
impl Send for tagCY
impl Sync for tagCY
impl Unpin for tagCY
impl UnwindSafe for tagCY
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