pub struct FixedSlot<'t> { /* private fields */ }Expand description
Référence empruntée à un slot d’une FixedFdTable, liée à la table par
lifetime — inutilisable après son désenregistrement (sûreté par
construction).
Implementations§
Trait Implementations§
impl<'t> Copy for FixedSlot<'t>
Auto Trait Implementations§
impl<'t> Freeze for FixedSlot<'t>
impl<'t> RefUnwindSafe for FixedSlot<'t>
impl<'t> Send for FixedSlot<'t>
impl<'t> Sync for FixedSlot<'t>
impl<'t> Unpin for FixedSlot<'t>
impl<'t> UnsafeUnpin for FixedSlot<'t>
impl<'t> UnwindSafe for FixedSlot<'t>
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