DynSetBoolFn

Type Alias DynSetBoolFn 

Source
pub type DynSetBoolFn = unsafe fn(dst: PtrUninit, value: bool);
Expand description

Set the value to a boolean.

ยงSafety

dst must point to uninitialized memory of the correct size and alignment. After this call, dst is fully initialized.