pub struct Signed32;Expand description
Marker for signed 32-bit formats
Auto Trait Implementations§
impl Freeze for Signed32
impl RefUnwindSafe for Signed32
impl Send for Signed32
impl Sync for Signed32
impl Unpin for Signed32
impl UnsafeUnpin for Signed32
impl UnwindSafe for Signed32
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