#[repr(u16)]pub enum AttrType {
Show 15 variants
Separator = 0,
Byte = 1,
Word = 2,
Long = 3,
Char = 4,
Window = 5,
Style = 10,
XRectangle = 11,
XPoint = 12,
XFontSet = 13,
HotkeyTriggers = 15,
StringConversion = 17,
PreeditState = 18,
ResetState = 19,
NestedList = 32_767,
}Variants§
Separator = 0
Byte = 1
Word = 2
Long = 3
Char = 4
Window = 5
Style = 10
XRectangle = 11
XPoint = 12
XFontSet = 13
HotkeyTriggers = 15
StringConversion = 17
PreeditState = 18
ResetState = 19
NestedList = 32_767
Trait Implementations§
impl Copy for AttrType
impl Eq for AttrType
impl StructuralPartialEq for AttrType
Auto Trait Implementations§
impl Freeze for AttrType
impl RefUnwindSafe for AttrType
impl Send for AttrType
impl Sync for AttrType
impl Unpin for AttrType
impl UnwindSafe for AttrType
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