#[repr(u8)]pub enum SXch {
S_XCH_0 = 0,
S_XCH_1 = 1,
S_XCH_2 = 2,
S_XCH_3 = 3,
S_XCH_4 = 4,
S_XCH_5 = 5,
S_XCH_6 = 6,
S_XCH_7 = 7,
}Variants§
S_XCH_0 = 0
1/16 (default)
S_XCH_1 = 1
1/8
S_XCH_2 = 2
1/4
S_XCH_3 = 3
1/2
S_XCH_4 = 4
1/1
S_XCH_5 = 5
2/1
S_XCH_6 = 6
4/1
S_XCH_7 = 7
8/1
Implementations§
Trait Implementations§
Source§impl Ord for SXch
impl Ord for SXch
Source§impl PartialOrd for SXch
impl PartialOrd for SXch
impl Copy for SXch
impl Eq for SXch
impl StructuralPartialEq for SXch
Auto Trait Implementations§
impl Freeze for SXch
impl RefUnwindSafe for SXch
impl Send for SXch
impl Sync for SXch
impl Unpin for SXch
impl UnwindSafe for SXch
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