#[repr(C)]pub struct sep_bkg {}Fields§
§w: i64§h: i64§bw: i64§bh: i64§nx: i64§ny: i64§n: i64§global: f32§globalrms: f32§back: *mut f32§dback: *mut f32§sigma: *mut f32§dsigma: *mut f32Trait Implementations§
impl Copy for sep_bkg
Auto Trait Implementations§
impl Freeze for sep_bkg
impl RefUnwindSafe for sep_bkg
impl !Send for sep_bkg
impl !Sync for sep_bkg
impl Unpin for sep_bkg
impl UnwindSafe for sep_bkg
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