#[repr(C)]pub union ClapWindowUnion {
pub x11: c_ulong,
pub cocoa: *mut c_void,
pub win32: *mut c_void,
}Fields§
§x11: c_ulong§cocoa: *mut c_void§win32: *mut c_voidAuto Trait Implementations§
impl !Send for ClapWindowUnion
impl !Sync for ClapWindowUnion
impl Freeze for ClapWindowUnion
impl RefUnwindSafe for ClapWindowUnion
impl Unpin for ClapWindowUnion
impl UnsafeUnpin for ClapWindowUnion
impl UnwindSafe for ClapWindowUnion
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