#[repr(C)]
pub union VIRTUAL_CHANNEL_CAPABILITIES1 {
pub Anonymous: VIRTUAL_CHANNEL_CAPABILITIES1_0,
pub AsULONG: u32,
}
Fields§
§Anonymous: VIRTUAL_CHANNEL_CAPABILITIES1_0
§AsULONG: u32
Trait Implementations§
§impl Clone for VIRTUAL_CHANNEL_CAPABILITIES1
impl Clone for VIRTUAL_CHANNEL_CAPABILITIES1
impl Copy for VIRTUAL_CHANNEL_CAPABILITIES1
Auto Trait Implementations§
impl RefUnwindSafe for VIRTUAL_CHANNEL_CAPABILITIES1
impl Send for VIRTUAL_CHANNEL_CAPABILITIES1
impl Sync for VIRTUAL_CHANNEL_CAPABILITIES1
impl Unpin for VIRTUAL_CHANNEL_CAPABILITIES1
impl UnwindSafe for VIRTUAL_CHANNEL_CAPABILITIES1
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