Enum addin1c::AttachType
source · #[repr(C)]pub enum AttachType {
NotIsolated = 1,
Isolated = 2,
Any = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AttachType
impl Send for AttachType
impl Sync for AttachType
impl Unpin for AttachType
impl UnwindSafe for AttachType
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