pub struct PhpPrinciple {
pub n_pigeons: usize,
pub m_holes: usize,
pub resolution_lower_bound: usize,
}Fields§
§n_pigeons: usize§m_holes: usize§resolution_lower_bound: usizeImplementations§
Source§impl PhpPrinciple
impl PhpPrinciple
pub fn new(n: usize, m: usize) -> Self
pub fn is_valid_php(&self) -> bool
pub fn haken_lower_bound_description(&self) -> String
pub fn bounded_arithmetic_connection(&self) -> String
Trait Implementations§
Source§impl Clone for PhpPrinciple
impl Clone for PhpPrinciple
Source§fn clone(&self) -> PhpPrinciple
fn clone(&self) -> PhpPrinciple
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PhpPrinciple
impl RefUnwindSafe for PhpPrinciple
impl Send for PhpPrinciple
impl Sync for PhpPrinciple
impl Unpin for PhpPrinciple
impl UnsafeUnpin for PhpPrinciple
impl UnwindSafe for PhpPrinciple
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