Struct windows_sys::Win32::System::Rpc::NDR64_UNION_ARM
#[repr(C)]pub struct NDR64_UNION_ARM {
pub CaseValue: i64,
pub Type: *mut c_void,
pub Reserved: u32,
}
Fields§
§CaseValue: i64
§Type: *mut c_void
§Reserved: u32
Trait Implementations§
§impl Clone for NDR64_UNION_ARM
impl Clone for NDR64_UNION_ARM
impl Copy for NDR64_UNION_ARM
Auto Trait Implementations§
impl RefUnwindSafe for NDR64_UNION_ARM
impl !Send for NDR64_UNION_ARM
impl !Sync for NDR64_UNION_ARM
impl Unpin for NDR64_UNION_ARM
impl UnwindSafe for NDR64_UNION_ARM
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