#[repr(C)]pub struct WuiEdgeSet {
pub top: bool,
pub leading: bool,
pub bottom: bool,
pub trailing: bool,
}Expand description
FFI-safe representation of edge set for safe area.
Fields§
§top: boolIgnore safe area on top edge.
leading: boolIgnore safe area on leading edge.
bottom: boolIgnore safe area on bottom edge.
trailing: boolIgnore safe area on trailing edge.
Auto Trait Implementations§
impl Freeze for WuiEdgeSet
impl RefUnwindSafe for WuiEdgeSet
impl Send for WuiEdgeSet
impl Sync for WuiEdgeSet
impl Unpin for WuiEdgeSet
impl UnwindSafe for WuiEdgeSet
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more