pub struct Spaceframe { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for Spaceframe
impl Default for Spaceframe
Source§fn default() -> Spaceframe
fn default() -> Spaceframe
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Spaceframe
impl RefUnwindSafe for Spaceframe
impl Send for Spaceframe
impl Sync for Spaceframe
impl Unpin for Spaceframe
impl UnwindSafe for Spaceframe
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