struct Control(u8);Tuple Fields§
§0: u8Implementations§
Source§impl Control
impl Control
const POINTS_ARE_WORDS_FLAG: u8 = 0x80
const POINT_RUN_COUNT_MASK: u8 = 0x7F
fn is_points_are_words(&self) -> bool
fn run_count(&self) -> u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnsafeUnpin for Control
impl UnwindSafe for Control
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