#[repr(u8)]pub enum AddrEncoding {
AddrLen2 = 2,
AddrLen3 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for AddrEncoding
impl Clone for AddrEncoding
Source§fn clone(&self) -> AddrEncoding
fn clone(&self) -> AddrEncoding
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 AddrEncoding
impl Debug for AddrEncoding
Source§impl Default for AddrEncoding
impl Default for AddrEncoding
Source§fn default() -> AddrEncoding
fn default() -> AddrEncoding
Returns the “default value” for a type. Read more
impl Copy for AddrEncoding
Auto Trait Implementations§
impl Freeze for AddrEncoding
impl RefUnwindSafe for AddrEncoding
impl Send for AddrEncoding
impl Sync for AddrEncoding
impl Unpin for AddrEncoding
impl UnwindSafe for AddrEncoding
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