pub struct ProgramFd(/* private fields */);Expand description
A Program file descriptor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgramFd
impl RefUnwindSafe for ProgramFd
impl Send for ProgramFd
impl Sync for ProgramFd
impl Unpin for ProgramFd
impl UnsafeUnpin for ProgramFd
impl UnwindSafe for ProgramFd
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