pub struct SymlinkAt { /* private fields */ }
Expand description
Create a symlink, equivalent to symlinkat2(2)
.
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.