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