pub struct StructV2 {
pub field: usize,
/* private fields */
}Fields§
§field: usizeAuto Trait Implementations§
impl Freeze for StructV2
impl RefUnwindSafe for StructV2
impl Send for StructV2
impl Sync for StructV2
impl Unpin for StructV2
impl UnwindSafe for StructV2
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