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