Struct windows_sys::Win32::Storage::FileSystem::HIORING__
[−]#[repr(C)]pub struct HIORING__ {
pub unused: i32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
unused: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HIORING__
impl Send for HIORING__
impl Sync for HIORING__
impl Unpin for HIORING__
impl UnwindSafe for HIORING__
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