pub enum Xlen {
Bit32,
Bit64,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xlen
impl RefUnwindSafe for Xlen
impl Send for Xlen
impl Sync for Xlen
impl Unpin for Xlen
impl UnwindSafe for Xlen
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