struct SubInfoRow {
sub_type: i32,
symbols: String,
}Fields§
§sub_type: i32§symbols: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SubInfoRow
impl RefUnwindSafe for SubInfoRow
impl Send for SubInfoRow
impl Sync for SubInfoRow
impl Unpin for SubInfoRow
impl UnsafeUnpin for SubInfoRow
impl UnwindSafe for SubInfoRow
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