Struct windows_sys::Win32::System::Rpc::NDR64_UNION_ARM_SELECTOR
[−]#[repr(C)]pub struct NDR64_UNION_ARM_SELECTOR {
pub Reserved1: u8,
pub Alignment: u8,
pub Reserved2: u16,
pub Arms: u32,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
Reserved1: u8
Alignment: u8
Reserved2: u16
Arms: u32
Trait Implementations
impl Clone for NDR64_UNION_ARM_SELECTOR
impl Clone for NDR64_UNION_ARM_SELECTOR
impl Copy for NDR64_UNION_ARM_SELECTOR
Auto Trait Implementations
impl RefUnwindSafe for NDR64_UNION_ARM_SELECTOR
impl Send for NDR64_UNION_ARM_SELECTOR
impl Sync for NDR64_UNION_ARM_SELECTOR
impl Unpin for NDR64_UNION_ARM_SELECTOR
impl UnwindSafe for NDR64_UNION_ARM_SELECTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more