pub struct Proj {
pub set: Box<Obj>,
pub dim: Box<Obj>,
}Fields§
§set: Box<Obj>§dim: Box<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Proj
impl RefUnwindSafe for Proj
impl !Send for Proj
impl !Sync for Proj
impl Unpin for Proj
impl UnsafeUnpin for Proj
impl UnwindSafe for Proj
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