struct Rock {
size: usize,
shape: u32,
}
Fields§
§size: usize
§shape: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rock
impl RefUnwindSafe for Rock
impl Send for Rock
impl Sync for Rock
impl Unpin for Rock
impl UnwindSafe for Rock
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