pub struct MyStruct {
pub field: u64,
}
Fields§
§field: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MyStruct
impl RefUnwindSafe for MyStruct
impl Send for MyStruct
impl Sync for MyStruct
impl Unpin for MyStruct
impl UnwindSafe for MyStruct
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