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