pub struct TSType(pub u8);
Expand description
Tuple Fields§
§0: u8
Implementations§
Source§impl TSType
impl TSType
Sourcepub const IPv4AddrRange: TSType
pub const IPv4AddrRange: TSType
A range of IPv4 addresses
Sourcepub const IPv6AddrRange: TSType
pub const IPv6AddrRange: TSType
A range of IPv6 addresses
Sourcepub const FcAddrRange: TSType
pub const FcAddrRange: TSType
Fibre Channel Traffic Selectors (RFC4595)
Trait Implementations§
impl Copy for TSType
impl Eq for TSType
impl StructuralPartialEq for TSType
Auto Trait Implementations§
impl Freeze for TSType
impl RefUnwindSafe for TSType
impl Send for TSType
impl Sync for TSType
impl Unpin for TSType
impl UnwindSafe for TSType
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