Union windows_sys::Win32::System::Com::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 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