Skip to main content

SYS_HANDLE_DUPLICATE

Constant SYS_HANDLE_DUPLICATE 

Source
pub const SYS_HANDLE_DUPLICATE: usize = 1; // 1usize
Expand description

Duplicate a capability handle.

Returns a new handle pointing to the same underlying resource. The new handle has its own lifetime and must be closed independently.