pub enum AddressBit {
Zero,
One,
}
Expand description
§LS-Bit for Addresses
Variants§
Trait Implementations§
Source§impl Debug for AddressBit
impl Debug for AddressBit
Source§impl PartialEq for AddressBit
impl PartialEq for AddressBit
Source§impl Serialize for AddressBit
impl Serialize for AddressBit
impl Eq for AddressBit
impl StructuralPartialEq for AddressBit
Auto Trait Implementations§
impl Freeze for AddressBit
impl RefUnwindSafe for AddressBit
impl Send for AddressBit
impl Sync for AddressBit
impl Unpin for AddressBit
impl UnwindSafe for AddressBit
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