pub const CeedCopyMode_CEED_USE_POINTER: CeedCopyMode = 1;Expand description
Implementation can use and modify the data provided by the user, but does not take ownership.
pub const CeedCopyMode_CEED_USE_POINTER: CeedCopyMode = 1;Implementation can use and modify the data provided by the user, but does not take ownership.