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