pub struct SatLit(/* private fields */);Expand description
A literal: a variable plus a sign, packed as var << 1 | negative.
Implementations§
Trait Implementations§
impl Copy for SatLit
impl Eq for SatLit
impl StructuralPartialEq for SatLit
Auto Trait Implementations§
impl Freeze for SatLit
impl RefUnwindSafe for SatLit
impl Send for SatLit
impl Sync for SatLit
impl Unpin for SatLit
impl UnsafeUnpin for SatLit
impl UnwindSafe for SatLit
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