Struct GuarRspec
#[repr(C)]pub struct GuarRspec {
pub Guar_R: f32,
pub Guar_S: u32,
}
Fields§
§Guar_R: f32
§Guar_S: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuarRspec
impl RefUnwindSafe for GuarRspec
impl Send for GuarRspec
impl Sync for GuarRspec
impl Unpin for GuarRspec
impl UnwindSafe for GuarRspec
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