Enum checked_rs::clamp::Panicking
source · pub enum Panicking {}
Trait Implementations§
source§impl Behavior for Panicking
impl Behavior for Panicking
fn add<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn sub<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn mul<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn div<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn rem<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn bitand<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn bitor<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn bitxor<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn shl<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
fn shr<T: UInteger>(lhs: T, rhs: T, min: u128, max: u128) -> T
impl Copy for Panicking
Auto Trait Implementations§
impl Freeze for Panicking
impl RefUnwindSafe for Panicking
impl Send for Panicking
impl Sync for Panicking
impl Unpin for Panicking
impl UnwindSafe for Panicking
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