#[repr(u8)]pub enum DescType {
Port = 0,
Ool = 1,
OolPorts = 2,
OolVolatile = 3,
GuardedPort = 4,
}Variants§
Implementations§
Trait Implementations§
impl Copy for DescType
impl Eq for DescType
impl StructuralPartialEq for DescType
Auto Trait Implementations§
impl Freeze for DescType
impl RefUnwindSafe for DescType
impl Send for DescType
impl Sync for DescType
impl Unpin for DescType
impl UnsafeUnpin for DescType
impl UnwindSafe for DescType
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