Rua
Rua
I'm using the `xshm` functions, which as far as I know, require the `xext` library to be linked. I'm getting "undefined reference" errors for these functions when I compile.
When calling Vulkan's functions to query information about the implementation, you often set up a chain of borrows via pNext structures and such, for Vulkan to fill them in. Then,...
Like the `extend` method of many standard containers, this would take an iterator of extension structs and add them all: ```rust pub fn extend_next( self, next: impl IntoIterator
Extension structs do contain pointers, but their lifetime cannot ever be used if the only pointer they contain is `p_next`. Structs like this don't actually borrow anything, all structures in...
Is there a guarantee that `Aligned` has the same memory representation as `T`, and is thus sound to transmute to `T`?
Currently, `Option` implements `Zeroable`, but `Option` does not. Would it be sound to implement `ZeroableInOption` for all `Zeroable` types? Since zero maps to `None` in a regular option, this would...
### Which ISO version are you using? 2024-09-01 ### The installation log https://0x0.st/Xx5T.log ### describe the problem #### Description of the issue I installed in a VM with a pre-mounted...
### describe the request Currently, if you enable btrfs compression, archinstall uses `zstd:3` by default with no way to change it. Could a submenu be added to select between `lzo`...
The two builder methods for setting the handles on `ScreenSurfaceCreateInfoQNX`, `context` and `window`, take references `&mut c_void`. But these are handles, not actual references, so these should be pointers.
In the "Updating the System" chapter, can you include a description of how to make automatic updates work, via the `system.AutoUpgrade` configuration option? The wiki has [an article](https://wiki.nixos.org/wiki/Automatic_system_upgrades), but it's...