pub struct VInteger4 {
pub sf: i8,
pub value: i32,
}Fields§
§sf: i8§value: i32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VInteger4
impl RefUnwindSafe for VInteger4
impl Send for VInteger4
impl Sync for VInteger4
impl Unpin for VInteger4
impl UnsafeUnpin for VInteger4
impl UnwindSafe for VInteger4
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