DVUI

marginGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

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