pub struct IoUringParams { /* private fields */ }Expand description
Miroir typé de struct io_uring_params (entrées/sorties de
io_uring_setup(2)).
Porte les setup flags demandés, les profondeurs effectives
(sq_entries/cq_entries, arrondies par le kernel), les features
négociées et les offsets d’anneau. Le layout #[repr(C)] réel est posé en
Pass B (les champs ABI conservent leurs noms kernel, ADR-029 zone
d’interface). Opaque au Temps 1.
Trait Implementations§
Source§impl Clone for IoUringParams
impl Clone for IoUringParams
Source§fn clone(&self) -> IoUringParams
fn clone(&self) -> IoUringParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IoUringParams
impl Debug for IoUringParams
impl Copy for IoUringParams
Auto Trait Implementations§
impl Freeze for IoUringParams
impl RefUnwindSafe for IoUringParams
impl Send for IoUringParams
impl Sync for IoUringParams
impl Unpin for IoUringParams
impl UnsafeUnpin for IoUringParams
impl UnwindSafe for IoUringParams
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