DVUI

paddingGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

#
pub fn paddingGet(self: *const Options) Rect {
    return self.padding orelse Rect{};
}