pub struct TwosComplement { /* private fields */ }
Auto Trait Implementations§
impl Freeze for TwosComplement
impl RefUnwindSafe for TwosComplement
impl Send for TwosComplement
impl Sync for TwosComplement
impl Unpin for TwosComplement
impl UnwindSafe for TwosComplement
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