Skip to main content

NodeStyleSetBorderLeftNone

Function NodeStyleSetBorderLeftNone 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetBorderLeftNone(node: NodePtr)
Expand description

§Safety

Set the border left of a node instance to undefined.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetBorderLeftNone(node);