Union CY
#[repr(C)]
pub union CY {
pub Anonymous: CY_0,
pub int64: i64,
}
Fields§
§Anonymous: CY_0
§int64: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CY
impl RefUnwindSafe for CY
impl Send for CY
impl Sync for CY
impl Unpin for CY
impl UnwindSafe for CY
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