#[repr(i8)]pub enum Int8Limits {
Min = -128,
Max = 127,
}
Variants§
Trait Implementations§
Source§impl Clone for Int8Limits
impl Clone for Int8Limits
Source§fn clone(&self) -> Int8Limits
fn clone(&self) -> Int8Limits
Returns a copy 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 moreSource§impl Debug for Int8Limits
impl Debug for Int8Limits
Source§impl PartialEq for Int8Limits
impl PartialEq for Int8Limits
impl Copy for Int8Limits
impl Eq for Int8Limits
impl IntoBytes for Int8Limits
impl StructuralPartialEq for Int8Limits
Auto Trait Implementations§
impl Freeze for Int8Limits
impl RefUnwindSafe for Int8Limits
impl Send for Int8Limits
impl Sync for Int8Limits
impl Unpin for Int8Limits
impl UnwindSafe for Int8Limits
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)