Struct windows_sys::Win32::System::Rpc::MIDL_FORMAT_STRING
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
Pad: i16
Format: [u8; 1]
Trait Implementations
impl Clone for MIDL_FORMAT_STRING
impl Clone for MIDL_FORMAT_STRING
impl Copy for MIDL_FORMAT_STRING
Auto Trait Implementations
impl RefUnwindSafe for MIDL_FORMAT_STRING
impl Send for MIDL_FORMAT_STRING
impl Sync for MIDL_FORMAT_STRING
impl Unpin for MIDL_FORMAT_STRING
impl UnwindSafe for MIDL_FORMAT_STRING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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