pub struct UnsafeRecord<T> { /* private fields */ }
Expand description
Low-level wrapper of a record handle.
Opens a record.
Safety: The caller must ensure that record_name lives for the
duration of the object lifetime.
Returns the record data as a raw pointer.
Executes the destructor for this type.
Read more
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.