#[repr(i16)]pub enum Int16Limits {
Min = -32_768,
Max = 32_767,
}
Variants§
Trait Implementations§
Source§impl Clone for Int16Limits
impl Clone for Int16Limits
Source§fn clone(&self) -> Int16Limits
fn clone(&self) -> Int16Limits
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 Int16Limits
impl Debug for Int16Limits
Source§impl PartialEq for Int16Limits
impl PartialEq for Int16Limits
impl Copy for Int16Limits
impl Eq for Int16Limits
impl IntoBytes for Int16Limits
impl StructuralPartialEq for Int16Limits
Auto Trait Implementations§
impl Freeze for Int16Limits
impl RefUnwindSafe for Int16Limits
impl Send for Int16Limits
impl Sync for Int16Limits
impl Unpin for Int16Limits
impl UnwindSafe for Int16Limits
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
)