Function DADiskGetOptions

Source
pub unsafe extern "C-unwind" fn DADiskGetOptions(
    disk: &DADisk,
) -> DADiskOptions
Available on crate feature DADisk only.
Expand description

Obtains the options for the specified disk.

Parameter disk: The disk object for which to obtain the options.

Returns: The options.