Struct if97::o_id_region_args
source · pub struct o_id_region_args { /* private fields */ }Expand description
the paramters:
o_id: the propertry of id;
region: the region in the IAPWS-IF97,optional
Trait Implementations§
source§impl Default for o_id_region_args
impl Default for o_id_region_args
Auto Trait Implementations§
impl RefUnwindSafe for o_id_region_args
impl Send for o_id_region_args
impl Sync for o_id_region_args
impl Unpin for o_id_region_args
impl UnwindSafe for o_id_region_args
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