#[repr(C)]pub struct BaseShape {
_unused: [u8; 0],
}Fields§
§_unused: [u8; 0]Trait Implementations§
Auto Trait Implementations§
impl Freeze for BaseShape
impl RefUnwindSafe for BaseShape
impl Send for BaseShape
impl Sync for BaseShape
impl Unpin for BaseShape
impl UnsafeUnpin for BaseShape
impl UnwindSafe for BaseShape
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