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