#[repr(C)]pub struct spacetype { /* private fields */ }
Trait Implementations§
Source§impl ExternType for spacetype
impl ExternType for spacetype
Auto Trait Implementations§
impl !Freeze for spacetype
impl RefUnwindSafe for spacetype
impl !Send for spacetype
impl !Sync for spacetype
impl !Unpin for spacetype
impl UnwindSafe for spacetype
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