#[repr(u32)]pub enum SvrType {
VIC = 0,
DtdIndex = 1,
T7T10VTDB = 2,
FirstT8vtdb = 3,
}Available on crate features
v0_2 or v0_3 only.Variants§
Trait Implementations§
Source§impl From<u32> for SvrType
impl From<u32> for SvrType
Source§fn from(value: di_cta_svr_type) -> SvrType
fn from(value: di_cta_svr_type) -> SvrType
Converts to this type from the input type.
impl Copy for SvrType
impl Eq for SvrType
impl StructuralPartialEq for SvrType
Auto Trait Implementations§
impl Freeze for SvrType
impl RefUnwindSafe for SvrType
impl Send for SvrType
impl Sync for SvrType
impl Unpin for SvrType
impl UnwindSafe for SvrType
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