Struct windows_sys::Win32::System::Rpc::NDR64_STRING_FLAGS
[−]#[repr(C)]pub struct NDR64_STRING_FLAGS {
pub _bitfield: u8,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
_bitfield: u8
Trait Implementations
impl Clone for NDR64_STRING_FLAGS
impl Clone for NDR64_STRING_FLAGS
impl Copy for NDR64_STRING_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for NDR64_STRING_FLAGS
impl Send for NDR64_STRING_FLAGS
impl Sync for NDR64_STRING_FLAGS
impl Unpin for NDR64_STRING_FLAGS
impl UnwindSafe for NDR64_STRING_FLAGS
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