#[repr(usize)]pub enum StyleIdx {
Left = 0,
Pad = 1,
Right = 2,
Top = 3,
Inter = 4,
Bot = 5,
}Expand description
Index offsets in style arrays
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for StyleIdx
impl RefUnwindSafe for StyleIdx
impl Send for StyleIdx
impl Sync for StyleIdx
impl Unpin for StyleIdx
impl UnsafeUnpin for StyleIdx
impl UnwindSafe for StyleIdx
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