pub fn ncplane_double_box_sized(
plane: &mut NcPlane,
stylemask: impl Into<NcStyle_u16>,
channels: impl Into<NcChannels_u64>,
len_y: u32,
len_x: u32,
boxmask: impl Into<NcBoxMask_u32>,
) -> NcResult_i32Expand description
Like ncplane_box_sized with the double box-drawing characters.
Method: NcPlane.double_box_sized().