#[repr(C)]pub struct _MIDL_FORMAT_STRING {
pub Pad: c_short,
pub Format: __IncompleteArrayField<c_uchar>,
}
Fields§
§Pad: c_short
§Format: __IncompleteArrayField<c_uchar>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _MIDL_FORMAT_STRING
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§
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