Function is_supported [src]
Prototype
pub fn is_supported(self: @This()) bool Parameters
self: @This() Source
pub fn is_supported(self: @This()) bool {
return self.flags & IO_URING_OP_SUPPORTED != 0;
} pub fn is_supported(self: @This()) bool self: @This() pub fn is_supported(self: @This()) bool {
return self.flags & IO_URING_OP_SUPPORTED != 0;
}