pub struct Tversion {
pub msize: u32,
pub version: String,
}Fields§
§msize: u32§version: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Tversion
impl RefUnwindSafe for Tversion
impl Send for Tversion
impl Sync for Tversion
impl Unpin for Tversion
impl UnsafeUnpin for Tversion
impl UnwindSafe for Tversion
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