#[repr(u32)]pub enum UiPad {
None = 0,
Inside = 1,
Outside = 2,
}
Expand description
Variants§
Trait Implementations§
impl Copy for UiPad
impl Eq for UiPad
impl StructuralPartialEq for UiPad
Auto Trait Implementations§
impl Freeze for UiPad
impl RefUnwindSafe for UiPad
impl Send for UiPad
impl Sync for UiPad
impl Unpin for UiPad
impl UnwindSafe for UiPad
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more