pub struct SideValueInd;Expand description
SideValueInd (401).
Implementations§
Source§impl SideValueInd
impl SideValueInd
pub const SIDEVALUE1: i64 = 1
pub const SIDEVALUE2: i64 = 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SideValueInd
impl RefUnwindSafe for SideValueInd
impl Send for SideValueInd
impl Sync for SideValueInd
impl Unpin for SideValueInd
impl UnsafeUnpin for SideValueInd
impl UnwindSafe for SideValueInd
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